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

ConsentDetails More...

Inheritance diagram for DocuSign.eSign.Model.ConsentDetails:

Public Member Functions

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

Properties

string ConsentKey [get, set]
 Gets or Sets ConsentKey More...
 
string DeliveryMethod [get, set]
 Reserved: For DocuSign use only. More...
 
string SignerConsentStatus [get, set]
 Gets or Sets SignerConsentStatus More...
 

Detailed Description

ConsentDetails

Constructor & Destructor Documentation

◆ ConsentDetails()

DocuSign.eSign.Model.ConsentDetails.ConsentDetails ( string  ConsentKey = default(string),
string  DeliveryMethod = default(string),
string  SignerConsentStatus = default(string) 
)
inline

Initializes a new instance of the ConsentDetails class.

Parameters
ConsentKeyConsentKey.
DeliveryMethodReserved: For DocuSign use only..
SignerConsentStatusSignerConsentStatus.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ConsentDetails instances are equal

Parameters
otherInstance of ConsentDetails to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ConsentKey

string DocuSign.eSign.Model.ConsentDetails.ConsentKey
getset

Gets or Sets ConsentKey

◆ DeliveryMethod

string DocuSign.eSign.Model.ConsentDetails.DeliveryMethod
getset

Reserved: For DocuSign use only.

Reserved: For DocuSign use only.

◆ SignerConsentStatus

string DocuSign.eSign.Model.ConsentDetails.SignerConsentStatus
getset

Gets or Sets SignerConsentStatus


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