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

Information about the result of an event. More...

Inheritance diagram for DocuSign.eSign.Model.EventResult:

Public Member Functions

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

Properties

string EventTimestamp [get, set]
 Gets or Sets EventTimestamp More...
 
string FailureDescription [get, set]
 Gets or Sets FailureDescription 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 VendorFailureStatusCode [get, set]
 Gets or Sets VendorFailureStatusCode More...
 

Detailed Description

Information about the result of an event.

Constructor & Destructor Documentation

◆ EventResult()

DocuSign.eSign.Model.EventResult.EventResult ( string  EventTimestamp = default(string),
string  FailureDescription = default(string),
string  Status = default(string),
string  VendorFailureStatusCode = default(string) 
)
inline

Initializes a new instance of the EventResult class.

Parameters
EventTimestampEventTimestamp.
FailureDescriptionFailureDescription.
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..
VendorFailureStatusCodeVendorFailureStatusCode.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if EventResult instances are equal

Parameters
otherInstance of EventResult to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EventTimestamp

string DocuSign.eSign.Model.EventResult.EventTimestamp
getset

Gets or Sets EventTimestamp

◆ FailureDescription

string DocuSign.eSign.Model.EventResult.FailureDescription
getset

Gets or Sets FailureDescription

◆ Status

string DocuSign.eSign.Model.EventResult.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.

◆ VendorFailureStatusCode

string DocuSign.eSign.Model.EventResult.VendorFailureStatusCode
getset

Gets or Sets VendorFailureStatusCode


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