Docusign CSharp Docs
|
This object describes an envelope. More...
Public Member Functions | |
EnvelopeSummary (BulkEnvelopeStatus BulkEnvelopeStatus=default(BulkEnvelopeStatus), string EnvelopeId=default(string), ErrorDetails ErrorDetails=default(ErrorDetails), string RecipientSigningUri=default(string), string RecipientSigningUriError=default(string), string Status=default(string), string StatusDateTime=default(string), string Uri=default(string)) | |
Initializes a new instance of the EnvelopeSummary 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 (EnvelopeSummary other) |
Returns true if EnvelopeSummary instances are equal More... | |
override int | GetHashCode () |
Gets the hash code More... | |
IEnumerable< ValidationResult > | Validate (ValidationContext validationContext) |
Properties | |
BulkEnvelopeStatus | BulkEnvelopeStatus [get, set] |
An object that describes the status of the bulk send envelopes. More... | |
string | EnvelopeId [get, set] |
The envelope ID of the envelope status that failed to post. More... | |
ErrorDetails | ErrorDetails [get, set] |
Array or errors. More... | |
string | RecipientSigningUri [get, set] |
Gets or Sets RecipientSigningUri More... | |
string | RecipientSigningUriError [get, set] |
Gets or Sets RecipientSigningUriError 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 | StatusDateTime [get, set] |
The DateTime that the envelope changed status (i.e. was created or sent.) More... | |
string | Uri [get, set] |
Gets or Sets Uri More... | |
This object describes an envelope.
|
inline |
Initializes a new instance of the EnvelopeSummary class.
BulkEnvelopeStatus | An object that describes the status of the bulk send envelopes.. |
EnvelopeId | The envelope ID of the envelope status that failed to post.. |
ErrorDetails | Array or errors.. |
RecipientSigningUri | RecipientSigningUri. |
RecipientSigningUriError | RecipientSigningUriError. |
Status | 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.. |
StatusDateTime | The DateTime that the envelope changed status (i.e. was created or sent.). |
Uri | Uri. |
|
inline |
Returns true if objects are equal
obj | Object to be compared |
|
inline |
Returns true if EnvelopeSummary instances are equal
other | Instance of EnvelopeSummary to be compared |
|
inline |
Gets the hash code
|
inline |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
An object that describes the status of the bulk send envelopes.
An object that describes the status of the bulk send envelopes.
|
getset |
The envelope ID of the envelope status that failed to post.
The envelope ID of the envelope status that failed to post.
|
getset |
Array or errors.
Array or errors.
|
getset |
Gets or Sets RecipientSigningUri
|
getset |
Gets or Sets RecipientSigningUriError
|
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.
|
getset |
The DateTime that the envelope changed status (i.e. was created or sent.)
The DateTime that the envelope changed status (i.e. was created or sent.)
|
getset |
Gets or Sets Uri