Table of Contents

Class ContactPageDetails

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The page details properties include page size, total number pages, and so on.

[DataContract]
public class ContactPageDetails
Inheritance
ContactPageDetails
Inherited Members

Constructors

ContactPageDetails(int, int)

Initializes a new instance of the ContactPageDetails class.

public ContactPageDetails(int pageSize = 0, int page = 0)

Parameters

pageSize int

Gets or sets the page size..

page int

Gets or sets the page..

Properties

Page

Gets or sets the page.

[DataMember(Name = "page", EmitDefaultValue = false)]
public int Page { get; set; }

Property Value

int

Gets the value of page.

PageSize

Gets or sets the page size.

[DataMember(Name = "pageSize", EmitDefaultValue = false)]
public int PageSize { get; set; }

Property Value

int

Gets the value of page size.

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.