Docusign CSharp Docs
|
This object provides details about a custom field. More...
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... | |
This object provides details about a custom field.
|
inline |
Initializes a new instance of the CustomField class.
CustomFieldType | CustomFieldType. |
ErrorDetails | Array or errors.. |
FieldId | FieldId. |
ListItems | ListItems. |
Name | Name. |
Required | When set to true, the signer is required to fill out this tab. |
Show | Show. |
Value | Specifies the value of the tab. . |
|
inline |
Returns true if objects are equal
obj | Object to be compared |
|
inline |
Returns true if CustomField instances are equal
other | Instance of CustomField to be compared |
|
inline |
Gets the hash code
|
inline |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Gets or Sets CustomFieldType
|
getset |
Array or errors.
Array or errors.
|
getset |
Gets or Sets FieldId
|
getset |
Gets or Sets ListItems
|
getset |
Gets or Sets Name
|
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
|
getset |
Gets or Sets Show
|
getset |
Specifies the value of the tab.
Specifies the value of the tab.