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

This object provides details about a custom field. More...

Inheritance diagram for DocuSign.eSign.Model.CustomField:

Public Member Functions

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

Properties

string CustomFieldType [get, set]
 Gets or Sets CustomFieldType More...
 
ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
string FieldId [get, set]
 Gets or Sets FieldId More...
 
List< string > ListItems [get, set]
 Gets or Sets ListItems 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 Show [get, set]
 Gets or Sets Show More...
 
string Value [get, set]
 Specifies the value of the tab. More...
 

Detailed Description

This object provides details about a custom field.

Constructor & Destructor Documentation

◆ CustomField()

DocuSign.eSign.Model.CustomField.CustomField ( string  CustomFieldType = default(string),
ErrorDetails  ErrorDetails = default(ErrorDetails),
string  FieldId = default(string),
List< string >  ListItems = default(List<string>),
string  Name = default(string),
string  Required = default(string),
string  Show = default(string),
string  Value = default(string) 
)
inline

Initializes a new instance of the CustomField class.

Parameters
CustomFieldTypeCustomFieldType.
ErrorDetailsArray or errors..
FieldIdFieldId.
ListItemsListItems.
NameName.
RequiredWhen set to true, the signer is required to fill out this tab.
ShowShow.
ValueSpecifies the value of the tab. .

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if CustomField instances are equal

Parameters
otherInstance of CustomField to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CustomFieldType

string DocuSign.eSign.Model.CustomField.CustomFieldType
getset

Gets or Sets CustomFieldType

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.CustomField.ErrorDetails
getset

Array or errors.

Array or errors.

◆ FieldId

string DocuSign.eSign.Model.CustomField.FieldId
getset

Gets or Sets FieldId

◆ ListItems

List<string> DocuSign.eSign.Model.CustomField.ListItems
getset

Gets or Sets ListItems

◆ Name

string DocuSign.eSign.Model.CustomField.Name
getset

Gets or Sets Name

◆ Required

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

◆ Show

string DocuSign.eSign.Model.CustomField.Show
getset

Gets or Sets Show

◆ Value

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