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

This object contains details about a Connect failure result. More...

Inheritance diagram for DocuSign.eSign.Model.ConnectFailureResult:

Public Member Functions

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

Properties

string ConfigId [get, set]
 Reserved: TBD More...
 
string ConfigUrl [get, set]
 Reserved: TBD More...
 
string EnvelopeId [get, set]
 The envelope ID of the envelope status that failed to post. More...
 
string Status [get, set]
 Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. More...
 
string StatusMessage [get, set]
 Gets or Sets StatusMessage More...
 

Detailed Description

This object contains details about a Connect failure result.

Constructor & Destructor Documentation

◆ ConnectFailureResult()

DocuSign.eSign.Model.ConnectFailureResult.ConnectFailureResult ( string  ConfigId = default(string),
string  ConfigUrl = default(string),
string  EnvelopeId = default(string),
string  Status = default(string),
string  StatusMessage = default(string) 
)
inline

Initializes a new instance of the ConnectFailureResult class.

Parameters
ConfigIdReserved: TBD.
ConfigUrlReserved: TBD.
EnvelopeIdThe envelope ID of the envelope status that failed to post..
StatusIndicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later..
StatusMessageStatusMessage.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ConnectFailureResult instances are equal

Parameters
otherInstance of ConnectFailureResult to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ConfigId

string DocuSign.eSign.Model.ConnectFailureResult.ConfigId
getset

Reserved: TBD

Reserved: TBD

◆ ConfigUrl

string DocuSign.eSign.Model.ConnectFailureResult.ConfigUrl
getset

Reserved: TBD

Reserved: TBD

◆ EnvelopeId

string DocuSign.eSign.Model.ConnectFailureResult.EnvelopeId
getset

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

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

◆ Status

string DocuSign.eSign.Model.ConnectFailureResult.Status
getset

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.

Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.

◆ StatusMessage

string DocuSign.eSign.Model.ConnectFailureResult.StatusMessage
getset

Gets or Sets StatusMessage


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