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

CustomFieldV2 More...

Inheritance diagram for DocuSign.eSign.Model.CustomFieldV2:

Public Member Functions

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

Properties

string ConfigurationType [get, set]
 If merge field&#39;s are being used, specifies the type of the merge field. The only supported value is salesforce. More...
 
ErrorDetails ErrorDetails [get, set]
 Gets or Sets ErrorDetails More...
 
string FieldId [get, set]
 
string Name [get, set]
 
string Required [get, set]
 When set to true, the signer is required to fill out this tab More...
 
string Show [get, set]
 
string Value [get, set]
 The value of the custom field. More...
 

Detailed Description

CustomFieldV2

Constructor & Destructor Documentation

◆ CustomFieldV2()

DocuSign.eSign.Model.CustomFieldV2.CustomFieldV2 ( string  ConfigurationType = default(string),
ErrorDetails  ErrorDetails = default(ErrorDetails),
string  FieldId = default(string),
string  Name = default(string),
string  Required = default(string),
string  Show = default(string),
string  Value = default(string) 
)
inline

Initializes a new instance of the CustomFieldV2 class.

Parameters
ConfigurationTypeIf merge field&#39;s are being used, specifies the type of the merge field. The only supported value is salesforce..
ErrorDetailsErrorDetails.
FieldId.
Name.
RequiredWhen set to true, the signer is required to fill out this tab.
Show.
ValueThe value of the custom field..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if CustomFieldV2 instances are equal

Parameters
otherInstance of CustomFieldV2 to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ConfigurationType

string DocuSign.eSign.Model.CustomFieldV2.ConfigurationType
getset

If merge field&#39;s are being used, specifies the type of the merge field. The only supported value is salesforce.

If merge field&#39;s are being used, specifies the type of the merge field. The only supported value is salesforce.

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.CustomFieldV2.ErrorDetails
getset

Gets or Sets ErrorDetails

◆ FieldId

string DocuSign.eSign.Model.CustomFieldV2.FieldId
getset

◆ Name

string DocuSign.eSign.Model.CustomFieldV2.Name
getset

◆ Required

string DocuSign.eSign.Model.CustomFieldV2.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.CustomFieldV2.Show
getset

◆ Value

string DocuSign.eSign.Model.CustomFieldV2.Value
getset

The value of the custom field.

The value of the custom field.


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