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

SignHashSessionInfoResponse More...

Inheritance diagram for DocuSign.eSign.Model.SignHashSessionInfoResponse:

Public Member Functions

 SignHashSessionInfoResponse (List< SignHashDocument > Documents=default(List< SignHashDocument >), string EnvelopeId=default(string), string Language=default(string), string RedirectionUrl=default(string), long? RemainingSignatureRequests=default(long?), Seal Seal=default(Seal), Sender Sender=default(Sender), User User=default(User))
 Initializes a new instance of the SignHashSessionInfoResponse 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 (SignHashSessionInfoResponse other)
 Returns true if SignHashSessionInfoResponse 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 EnvelopeId [get, set]
 The envelope ID of the envelope status that failed to post. More...
 
string Language [get, set]
 Gets or Sets Language More...
 
string RedirectionUrl [get, set]
 Gets or Sets RedirectionUrl More...
 
long RemainingSignatureRequests [get, set]
 Gets or Sets RemainingSignatureRequests More...
 
Seal Seal [get, set]
 Gets or Sets Seal More...
 
Sender Sender [get, set]
 Gets or Sets Sender More...
 
User User [get, set]
 Gets or Sets User More...
 

Detailed Description

SignHashSessionInfoResponse

Constructor & Destructor Documentation

◆ SignHashSessionInfoResponse()

DocuSign.eSign.Model.SignHashSessionInfoResponse.SignHashSessionInfoResponse ( List< SignHashDocument Documents = default(List<SignHashDocument>),
string  EnvelopeId = default(string),
string  Language = default(string),
string  RedirectionUrl = default(string),
long?  RemainingSignatureRequests = default(long?),
Seal  Seal = default(Seal),
Sender  Sender = default(Sender),
User  User = default(User) 
)
inline

Initializes a new instance of the SignHashSessionInfoResponse class.

Parameters
DocumentsComplex element contains the details on the documents in the envelope..
EnvelopeIdThe envelope ID of the envelope status that failed to post..
LanguageLanguage.
RedirectionUrlRedirectionUrl.
RemainingSignatureRequestsRemainingSignatureRequests.
SealSeal.
SenderSender.
UserUser.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SignHashSessionInfoResponse instances are equal

Parameters
otherInstance of SignHashSessionInfoResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Documents

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

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

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

◆ EnvelopeId

string DocuSign.eSign.Model.SignHashSessionInfoResponse.EnvelopeId
getset

The envelope ID of the envelope status that failed to post.

The envelope ID of the envelope status that failed to post.

◆ Language

string DocuSign.eSign.Model.SignHashSessionInfoResponse.Language
getset

Gets or Sets Language

◆ RedirectionUrl

string DocuSign.eSign.Model.SignHashSessionInfoResponse.RedirectionUrl
getset

Gets or Sets RedirectionUrl

◆ RemainingSignatureRequests

long DocuSign.eSign.Model.SignHashSessionInfoResponse.RemainingSignatureRequests
getset

Gets or Sets RemainingSignatureRequests

◆ Seal

Seal DocuSign.eSign.Model.SignHashSessionInfoResponse.Seal
getset

Gets or Sets Seal

◆ Sender

Sender DocuSign.eSign.Model.SignHashSessionInfoResponse.Sender
getset

Gets or Sets Sender

◆ User

User DocuSign.eSign.Model.SignHashSessionInfoResponse.User
getset

Gets or Sets User


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