Class DocumentRecords
The current page records view model.
[DataContract]
public class DocumentRecords
- Inheritance
-
DocumentRecords
- Inherited Members
Constructors
DocumentRecords(PageDetails, List<Document>)
Initializes a new instance of the DocumentRecords class.
public DocumentRecords(PageDetails pageDetails = null, List<Document> result = null)
Parameters
pageDetails
PageDetailspageDetails.
result
List<Document>Gets or sets the documents result..
Properties
PageDetails
Gets or Sets page details.
[DataMember(Name = "pageDetails", EmitDefaultValue = false)]
public PageDetails PageDetails { get; set; }
Property Value
Result
Gets or sets the document results.
[DataMember(Name = "result", EmitDefaultValue = true)]
public List<Document> Result { get; set; }
Property Value
Methods
ToJson()
Returns the JSON string presentation of the object
public virtual string ToJson()
Returns
- string
JSON string presentation of the object