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

DocGenFormFields More...

Inheritance diagram for DocuSign.eSign.Model.DocGenFormFields:

Public Member Functions

 DocGenFormFields (string DocGenDocumentStatus=default(string), List< DocGenSyntaxError > DocGenErrors=default(List< DocGenSyntaxError >), List< DocGenFormField > DocGenFormFieldList=default(List< DocGenFormField >), string DocumentId=default(string))
 Initializes a new instance of the DocGenFormFields 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 (DocGenFormFields other)
 Returns true if DocGenFormFields instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string DocGenDocumentStatus [get, set]
 Gets or Sets DocGenDocumentStatus More...
 
List< DocGenSyntaxErrorDocGenErrors [get, set]
 Gets or Sets DocGenErrors More...
 
List< DocGenFormFieldDocGenFormFieldList [get, set]
 Gets or Sets DocGenFormFieldList More...
 
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...
 

Detailed Description

DocGenFormFields

Constructor & Destructor Documentation

◆ DocGenFormFields()

DocuSign.eSign.Model.DocGenFormFields.DocGenFormFields ( string  DocGenDocumentStatus = default(string),
List< DocGenSyntaxError DocGenErrors = default(List<DocGenSyntaxError>),
List< DocGenFormField DocGenFormFieldList = default(List<DocGenFormField>),
string  DocumentId = default(string) 
)
inline

Initializes a new instance of the DocGenFormFields class.

Parameters
DocGenDocumentStatusDocGenDocumentStatus.
DocGenErrorsDocGenErrors.
DocGenFormFieldListDocGenFormFieldList.
DocumentIdSpecifies the document ID number that the tab is placed on. This must refer to an existing Document&#39;s ID attribute..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if DocGenFormFields instances are equal

Parameters
otherInstance of DocGenFormFields to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DocGenDocumentStatus

string DocuSign.eSign.Model.DocGenFormFields.DocGenDocumentStatus
getset

Gets or Sets DocGenDocumentStatus

◆ DocGenErrors

List<DocGenSyntaxError> DocuSign.eSign.Model.DocGenFormFields.DocGenErrors
getset

Gets or Sets DocGenErrors

◆ DocGenFormFieldList

List<DocGenFormField> DocuSign.eSign.Model.DocGenFormFields.DocGenFormFieldList
getset

Gets or Sets DocGenFormFieldList

◆ DocumentId

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


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