Class DocumentRecords
The current page records view model.
Inheritance
System.Object
DocumentRecords
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class DocumentRecords : object
Constructors
| Improve this Doc View SourceDocumentRecords(PageDetails, List<Document>)
Initializes a new instance of the DocumentRecords class.
Declaration
public DocumentRecords(PageDetails pageDetails = null, List<Document> result = null)
Parameters
Type | Name | Description |
---|---|---|
PageDetails | pageDetails | pageDetails. |
List<Document> | result | Gets or sets the documents result.. |
Properties
| Improve this Doc View SourcePageDetails
Gets or Sets page details.
Declaration
public PageDetails PageDetails { get; set; }
Property Value
Type | Description |
---|---|
PageDetails |
Result
Gets or sets the document results.
Declaration
public List<Document> Result { get; set; }
Property Value
Type | Description |
---|---|
List<Document> | Gets or sets the documents result. |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |