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