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

FormDataItem More...

Inheritance diagram for DocuSign.eSign.Model.FormDataItem:

Public Member Functions

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

Properties

ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
string ListSelectedValue [get, set]
 Gets or Sets ListSelectedValue More...
 
string Name [get, set]
 Gets or Sets Name More...
 
string NumericalValue [get, set]
 Gets or Sets NumericalValue More...
 
string OriginalNumericalValue [get, set]
 Gets or Sets OriginalNumericalValue More...
 
string OriginalValue [get, set]
 The initial value of the tab when it was sent to the recipient. More...
 
string Value [get, set]
 Specifies the value of the tab. More...
 

Detailed Description

FormDataItem

Constructor & Destructor Documentation

◆ FormDataItem()

DocuSign.eSign.Model.FormDataItem.FormDataItem ( ErrorDetails  ErrorDetails = default(ErrorDetails),
string  ListSelectedValue = default(string),
string  Name = default(string),
string  NumericalValue = default(string),
string  OriginalNumericalValue = default(string),
string  OriginalValue = default(string),
string  Value = default(string) 
)
inline

Initializes a new instance of the FormDataItem class.

Parameters
ErrorDetailsArray or errors..
ListSelectedValueListSelectedValue.
NameName.
NumericalValueNumericalValue.
OriginalNumericalValueOriginalNumericalValue.
OriginalValueThe initial value of the tab when it was sent to the recipient. .
ValueSpecifies the value of the tab. .

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if FormDataItem instances are equal

Parameters
otherInstance of FormDataItem to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.FormDataItem.ErrorDetails
getset

Array or errors.

Array or errors.

◆ ListSelectedValue

string DocuSign.eSign.Model.FormDataItem.ListSelectedValue
getset

Gets or Sets ListSelectedValue

◆ Name

string DocuSign.eSign.Model.FormDataItem.Name
getset

Gets or Sets Name

◆ NumericalValue

string DocuSign.eSign.Model.FormDataItem.NumericalValue
getset

Gets or Sets NumericalValue

◆ OriginalNumericalValue

string DocuSign.eSign.Model.FormDataItem.OriginalNumericalValue
getset

Gets or Sets OriginalNumericalValue

◆ OriginalValue

string DocuSign.eSign.Model.FormDataItem.OriginalValue
getset

The initial value of the tab when it was sent to the recipient.

The initial value of the tab when it was sent to the recipient.

◆ Value

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