Docusign CSharp Docs
|
Contains information about custom fields. More...
Public Member Functions | |
CustomFields (List< ListCustomField > ListCustomFields=default(List< ListCustomField >), List< TextCustomField > TextCustomFields=default(List< TextCustomField >)) | |
Initializes a new instance of the CustomFields 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 (CustomFields other) |
Returns true if CustomFields instances are equal More... | |
override int | GetHashCode () |
Gets the hash code More... | |
IEnumerable< ValidationResult > | Validate (ValidationContext validationContext) |
Properties | |
List< ListCustomField > | ListCustomFields [get, set] |
An array of list custom fields. More... | |
List< TextCustomField > | TextCustomFields [get, set] |
An array of text custom fields. More... | |
Contains information about custom fields.
|
inline |
Initializes a new instance of the CustomFields class.
ListCustomFields | An array of list custom fields.. |
TextCustomFields | An array of text custom fields.. |
|
inline |
Returns true if objects are equal
obj | Object to be compared |
|
inline |
Returns true if CustomFields instances are equal
other | Instance of CustomFields 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 |
An array of list custom fields.
An array of list custom fields.
|
getset |
An array of text custom fields.
An array of text custom fields.