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

CompleteSignHashResponse More...

Inheritance diagram for DocuSign.eSign.Model.CompleteSignHashResponse:

Public Member Functions

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

Properties

List< SignHashDocumentDocuments [get, set]
 Complex element contains the details on the documents in the envelope. More...
 
string RedirectionUrl [get, set]
 Gets or Sets RedirectionUrl More...
 
string RemainingSignatureRequests [get, set]
 Gets or Sets RemainingSignatureRequests More...
 

Detailed Description

CompleteSignHashResponse

Constructor & Destructor Documentation

◆ CompleteSignHashResponse()

DocuSign.eSign.Model.CompleteSignHashResponse.CompleteSignHashResponse ( List< SignHashDocument Documents = default(List<SignHashDocument>),
string  RedirectionUrl = default(string),
string  RemainingSignatureRequests = default(string) 
)
inline

Initializes a new instance of the CompleteSignHashResponse class.

Parameters
DocumentsComplex element contains the details on the documents in the envelope..
RedirectionUrlRedirectionUrl.
RemainingSignatureRequestsRemainingSignatureRequests.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if CompleteSignHashResponse instances are equal

Parameters
otherInstance of CompleteSignHashResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Documents

List<SignHashDocument> DocuSign.eSign.Model.CompleteSignHashResponse.Documents
getset

Complex element contains the details on the documents in the envelope.

Complex element contains the details on the documents in the envelope.

◆ RedirectionUrl

string DocuSign.eSign.Model.CompleteSignHashResponse.RedirectionUrl
getset

Gets or Sets RedirectionUrl

◆ RemainingSignatureRequests

string DocuSign.eSign.Model.CompleteSignHashResponse.RemainingSignatureRequests
getset

Gets or Sets RemainingSignatureRequests


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