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

DocGenFormField More...

Inheritance diagram for DocuSign.eSign.Model.DocGenFormField:

Public Member Functions

 DocGenFormField (string Label=default(string), string Name=default(string), string Required=default(string), string Type=default(string), string Value=default(string))
 Initializes a new instance of the DocGenFormField 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 (DocGenFormField other)
 Returns true if DocGenFormField instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string Label [get, set]
 Gets or Sets Label More...
 
string Name [get, set]
 Gets or Sets Name More...
 
string Required [get, set]
 When set to true, the signer is required to fill out this tab More...
 
string Type [get, set]
 Gets or Sets Type More...
 
string Value [get, set]
 Specifies the value of the tab. More...
 

Detailed Description

DocGenFormField

Constructor & Destructor Documentation

◆ DocGenFormField()

DocuSign.eSign.Model.DocGenFormField.DocGenFormField ( string  Label = default(string),
string  Name = default(string),
string  Required = default(string),
string  Type = default(string),
string  Value = default(string) 
)
inline

Initializes a new instance of the DocGenFormField class.

Parameters
LabelLabel.
NameName.
RequiredWhen set to true, the signer is required to fill out this tab.
TypeType.
ValueSpecifies the value of the tab. .

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if DocGenFormField instances are equal

Parameters
otherInstance of DocGenFormField to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Label

string DocuSign.eSign.Model.DocGenFormField.Label
getset

Gets or Sets Label

◆ Name

string DocuSign.eSign.Model.DocGenFormField.Name
getset

Gets or Sets Name

◆ Required

string DocuSign.eSign.Model.DocGenFormField.Required
getset

When set to true, the signer is required to fill out this tab

When set to true, the signer is required to fill out this tab

◆ Type

string DocuSign.eSign.Model.DocGenFormField.Type
getset

Gets or Sets Type

◆ Value

string DocuSign.eSign.Model.DocGenFormField.Value
getset

Specifies the value of the tab.

Specifies the value of the tab.


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