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

DocumentHtmlDefinitionOriginal More...

Inheritance diagram for DocuSign.eSign.Model.DocumentHtmlDefinitionOriginal:

Public Member Functions

 DocumentHtmlDefinitionOriginal (string DocumentId=default(string), string DocumentIdGuid=default(string), DocumentHtmlDefinition HtmlDefinition=default(DocumentHtmlDefinition))
 Initializes a new instance of the DocumentHtmlDefinitionOriginal 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 (DocumentHtmlDefinitionOriginal other)
 Returns true if DocumentHtmlDefinitionOriginal 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 DocumentIdGuid [get, set]
 Gets or Sets DocumentIdGuid More...
 
DocumentHtmlDefinition HtmlDefinition [get, set]
 Defines how to generate the responsive-formatted HTML for the document. More...
 

Detailed Description

DocumentHtmlDefinitionOriginal

Constructor & Destructor Documentation

◆ DocumentHtmlDefinitionOriginal()

DocuSign.eSign.Model.DocumentHtmlDefinitionOriginal.DocumentHtmlDefinitionOriginal ( string  DocumentId = default(string),
string  DocumentIdGuid = default(string),
DocumentHtmlDefinition  HtmlDefinition = default(DocumentHtmlDefinition) 
)
inline

Initializes a new instance of the DocumentHtmlDefinitionOriginal class.

Parameters
DocumentIdSpecifies the document ID number that the tab is placed on. This must refer to an existing Document&#39;s ID attribute..
DocumentIdGuidDocumentIdGuid.
HtmlDefinitionDefines how to generate the responsive-formatted HTML for the document..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if DocumentHtmlDefinitionOriginal instances are equal

Parameters
otherInstance of DocumentHtmlDefinitionOriginal to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DocumentId

string DocuSign.eSign.Model.DocumentHtmlDefinitionOriginal.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.

◆ DocumentIdGuid

string DocuSign.eSign.Model.DocumentHtmlDefinitionOriginal.DocumentIdGuid
getset

Gets or Sets DocumentIdGuid

◆ HtmlDefinition

DocumentHtmlDefinition DocuSign.eSign.Model.DocumentHtmlDefinitionOriginal.HtmlDefinition
getset

Defines how to generate the responsive-formatted HTML for the document.

Defines how to generate the responsive-formatted HTML for the document.


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