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