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

DocumentFieldsInformation More...

Inheritance diagram for DocuSign.eSign.Model.DocumentFieldsInformation:

Public Member Functions

 DocumentFieldsInformation (List< NameValue > DocumentFields=default(List< NameValue >))
 Initializes a new instance of the DocumentFieldsInformation 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 (DocumentFieldsInformation other)
 Returns true if DocumentFieldsInformation instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

List< NameValueDocumentFields [get, set]
 The array of name/value custom data strings to be added to a document. Custom document field information is returned in the status, but otherwise is not used by DocuSign. The array contains the elements: * name - A string that can be a maximum of 50 characters. * value - A string that can be a maximum of 200 characters. IMPORTANT: If you are using xml, the name/value pair is contained in a nameValue element. More...
 

Detailed Description

DocumentFieldsInformation

Constructor & Destructor Documentation

◆ DocumentFieldsInformation()

DocuSign.eSign.Model.DocumentFieldsInformation.DocumentFieldsInformation ( List< NameValue DocumentFields = default(List<NameValue>))
inline

Initializes a new instance of the DocumentFieldsInformation class.

Parameters
DocumentFieldsThe array of name/value custom data strings to be added to a document. Custom document field information is returned in the status, but otherwise is not used by DocuSign. The array contains the elements: * name - A string that can be a maximum of 50 characters. * value - A string that can be a maximum of 200 characters. IMPORTANT: If you are using xml, the name/value pair is contained in a nameValue element. .

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if DocumentFieldsInformation instances are equal

Parameters
otherInstance of DocumentFieldsInformation to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DocumentFields

List<NameValue> DocuSign.eSign.Model.DocumentFieldsInformation.DocumentFields
getset

The array of name/value custom data strings to be added to a document. Custom document field information is returned in the status, but otherwise is not used by DocuSign. The array contains the elements: * name - A string that can be a maximum of 50 characters. * value - A string that can be a maximum of 200 characters. IMPORTANT: If you are using xml, the name/value pair is contained in a nameValue element.

The array of name/value custom data strings to be added to a document. Custom document field information is returned in the status, but otherwise is not used by DocuSign. The array contains the elements: * name - A string that can be a maximum of 50 characters. * value - A string that can be a maximum of 200 characters. IMPORTANT: If you are using xml, the name/value pair is contained in a nameValue element.


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