DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.DisplayAppliancePage Class Reference

DisplayAppliancePage More...

Inheritance diagram for DocuSign.eSign.Model.DisplayAppliancePage:

Public Member Functions

 DisplayAppliancePage (string DocumentId=default(string), string DocumentName=default(string), string ExternalDocumentId=default(string), int? Height=default(int?), bool? IsFirstPage=default(bool?), string PageId=default(string), int? PageNo=default(int?), string PageStatus=default(string), string PageType=default(string), int? Width=default(int?))
 Initializes a new instance of the DisplayAppliancePage class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (DisplayAppliancePage other)
 Returns true if DisplayAppliancePage instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string DocumentId [get, set]
 Specifies the document ID number that the tab is placed on. This must refer to an existing Document&#39;s ID attribute. More...
 
string DocumentName [get, set]
 
string ExternalDocumentId [get, set]
 
int Height [get, set]
 Height of the tab in pixels. More...
 
bool IsFirstPage [get, set]
 
string PageId [get, set]
 
int PageNo [get, set]
 
string PageStatus [get, set]
 
string PageType [get, set]
 
int Width [get, set]
 Width of the tab in pixels. More...
 

Detailed Description

DisplayAppliancePage

Constructor & Destructor Documentation

◆ DisplayAppliancePage()

DocuSign.eSign.Model.DisplayAppliancePage.DisplayAppliancePage ( string  DocumentId = default(string),
string  DocumentName = default(string),
string  ExternalDocumentId = default(string),
int?  Height = default(int?),
bool?  IsFirstPage = default(bool?),
string  PageId = default(string),
int?  PageNo = default(int?),
string  PageStatus = default(string),
string  PageType = default(string),
int?  Width = default(int?) 
)
inline

Initializes a new instance of the DisplayAppliancePage class.

Parameters
DocumentIdSpecifies the document ID number that the tab is placed on. This must refer to an existing Document&#39;s ID attribute..
DocumentName.
ExternalDocumentId.
HeightHeight of the tab in pixels..
IsFirstPage.
PageId.
PageNo.
PageStatus.
PageType.
WidthWidth of the tab in pixels..

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.DisplayAppliancePage.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.DisplayAppliancePage.Equals ( DisplayAppliancePage  other)
inline

Returns true if DisplayAppliancePage instances are equal

Parameters
otherInstance of DisplayAppliancePage to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.DisplayAppliancePage.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.DisplayAppliancePage.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.DisplayAppliancePage.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DocumentId

string DocuSign.eSign.Model.DisplayAppliancePage.DocumentId
getset

Specifies the document ID number that the tab is placed on. This must refer to an existing Document&#39;s ID attribute.

Specifies the document ID number that the tab is placed on. This must refer to an existing Document&#39;s ID attribute.

◆ DocumentName

string DocuSign.eSign.Model.DisplayAppliancePage.DocumentName
getset

◆ ExternalDocumentId

string DocuSign.eSign.Model.DisplayAppliancePage.ExternalDocumentId
getset

◆ Height

int DocuSign.eSign.Model.DisplayAppliancePage.Height
getset

Height of the tab in pixels.

Height of the tab in pixels.

◆ IsFirstPage

bool DocuSign.eSign.Model.DisplayAppliancePage.IsFirstPage
getset

◆ PageId

string DocuSign.eSign.Model.DisplayAppliancePage.PageId
getset

◆ PageNo

int DocuSign.eSign.Model.DisplayAppliancePage.PageNo
getset

◆ PageStatus

string DocuSign.eSign.Model.DisplayAppliancePage.PageStatus
getset

◆ PageType

string DocuSign.eSign.Model.DisplayAppliancePage.PageType
getset

◆ Width

int DocuSign.eSign.Model.DisplayAppliancePage.Width
getset

Width of the tab in pixels.

Width of the tab in pixels.


The documentation for this class was generated from the following file: