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