Class TeamDocumentRecords
The current page records view model.
[DataContract]
public class TeamDocumentRecords
- Inheritance
-
TeamDocumentRecords
- Inherited Members
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.