Class UserRecords
The current page records view model.
Inheritance
System.Object
UserRecords
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class UserRecords : object
Constructors
| Improve this Doc View SourceUserRecords(UserPageDetails, List<UsersDetails>)
Initializes a new instance of the UserRecords class.
Declaration
public UserRecords(UserPageDetails pageDetails = null, List<UsersDetails> result = null)
Parameters
Type | Name | Description |
---|---|---|
UserPageDetails | pageDetails | pageDetails. |
List<UsersDetails> | result | Gets or sets the documents result.. |
Properties
| Improve this Doc View SourcePageDetails
Gets or Sets page details.
Declaration
public UserPageDetails PageDetails { get; set; }
Property Value
Type | Description |
---|---|
UserPageDetails |
Result
Gets or sets the document results.
Declaration
public List<UsersDetails> Result { get; set; }
Property Value
Type | Description |
---|---|
List<UsersDetails> | 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. |