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

A name-value pair that describes an item and provides a value for the item. More...

Inheritance diagram for DocuSign.eSign.Model.NameValue:

Public Member Functions

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

Properties

ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
string Name [get, set]
 The name or key of a name/value pair. More...
 
string OriginalValue [get, set]
 The initial value of the tab when it was sent to the recipient. More...
 
string Value [get, set]
 The value field of a name/value pair. More...
 

Detailed Description

A name-value pair that describes an item and provides a value for the item.

Constructor & Destructor Documentation

◆ NameValue()

DocuSign.eSign.Model.NameValue.NameValue ( ErrorDetails  ErrorDetails = default(ErrorDetails),
string  Name = default(string),
string  OriginalValue = default(string),
string  Value = default(string) 
)
inline

Initializes a new instance of the NameValue class.

Parameters
ErrorDetailsArray or errors..
NameThe name or key of a name/value pair..
OriginalValueThe initial value of the tab when it was sent to the recipient. .
ValueThe value field of a name/value pair..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if NameValue instances are equal

Parameters
otherInstance of NameValue to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.NameValue.ErrorDetails
getset

Array or errors.

Array or errors.

◆ Name

string DocuSign.eSign.Model.NameValue.Name
getset

The name or key of a name/value pair.

The name or key of a name/value pair.

◆ OriginalValue

string DocuSign.eSign.Model.NameValue.OriginalValue
getset

The initial value of the tab when it was sent to the recipient.

The initial value of the tab when it was sent to the recipient.

◆ Value

string DocuSign.eSign.Model.NameValue.Value
getset

The value field of a name/value pair.

The value field of a name/value pair.


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