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

Contains information about a Connect log entry. More...

Inheritance diagram for DocuSign.eSign.Model.ConnectLog:

Public Member Functions

 ConnectLog (string AccountId=default(string), string ConfigUrl=default(string), List< ConnectDebugLog > ConnectDebugLog=default(List< ConnectDebugLog >), string ConnectId=default(string), string Created=default(string), string Email=default(string), string EnvelopeId=default(string), string Error=default(string), string FailureId=default(string), string FailureUri=default(string), string LastTry=default(string), string LogId=default(string), string LogUri=default(string), string RetryCount=default(string), string RetryUri=default(string), string Status=default(string), string Subject=default(string), string UserName=default(string))
 Initializes a new instance of the ConnectLog 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 (ConnectLog other)
 Returns true if ConnectLog instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AccountId [get, set]
 The account ID associated with the envelope. More...
 
string ConfigUrl [get, set]
 The web address of the listener or Retrieving Service end point for Connect. More...
 
List< ConnectDebugLogConnectDebugLog [get, set]
 A complex element containing information about the Connect configuration, error details, date/time, description and payload. This is only included in the response if the query additional_info&#x3D;true is used. More...
 
string ConnectId [get, set]
 The identifier for the Connect configuration that failed. If an account has multiple Connect configurations, this value is used to look up the Connect configuration for the failed post. More...
 
string Created [get, set]
 The date and time the entry was created. More...
 
string Email [get, set]
 The email that sent the envelope. More...
 
string EnvelopeId [get, set]
 The envelope ID of the envelope status that failed to post. More...
 
string Error [get, set]
 The error that caused the Connect post to fail. More...
 
string FailureId [get, set]
 The failure log ID for the failure. More...
 
string FailureUri [get, set]
 The URI for the failure. More...
 
string LastTry [get, set]
 The date and time the last attempt to post. More...
 
string LogId [get, set]
 The Connect log ID for the entry. More...
 
string LogUri [get, set]
 The URI for the log item. More...
 
string RetryCount [get, set]
 The number of times the Connect post has been retried. More...
 
string RetryUri [get, set]
 The UEI to retry to publish the Connect failure. More...
 
string Status [get, set]
 The new envelope status for the failed Connect post. The possible values are: Any, Voided, Created, Deleted, Sent, Delivered, Signed, Completed, Declined, TimedOut, Template, or Processing. More...
 
string Subject [get, set]
 The envelope subject. More...
 
string UserName [get, set]
 The name of the envelope sender. More...
 

Detailed Description

Contains information about a Connect log entry.

Constructor & Destructor Documentation

◆ ConnectLog()

DocuSign.eSign.Model.ConnectLog.ConnectLog ( string  AccountId = default(string),
string  ConfigUrl = default(string),
List< ConnectDebugLog ConnectDebugLog = default(List<ConnectDebugLog>),
string  ConnectId = default(string),
string  Created = default(string),
string  Email = default(string),
string  EnvelopeId = default(string),
string  Error = default(string),
string  FailureId = default(string),
string  FailureUri = default(string),
string  LastTry = default(string),
string  LogId = default(string),
string  LogUri = default(string),
string  RetryCount = default(string),
string  RetryUri = default(string),
string  Status = default(string),
string  Subject = default(string),
string  UserName = default(string) 
)
inline

Initializes a new instance of the ConnectLog class.

Parameters
AccountIdThe account ID associated with the envelope..
ConfigUrlThe web address of the listener or Retrieving Service end point for Connect..
ConnectDebugLogA complex element containing information about the Connect configuration, error details, date/time, description and payload. This is only included in the response if the query additional_info&#x3D;true is used..
ConnectIdThe identifier for the Connect configuration that failed. If an account has multiple Connect configurations, this value is used to look up the Connect configuration for the failed post..
CreatedThe date and time the entry was created..
EmailThe email that sent the envelope..
EnvelopeIdThe envelope ID of the envelope status that failed to post..
ErrorThe error that caused the Connect post to fail..
FailureIdThe failure log ID for the failure..
FailureUriThe URI for the failure..
LastTryThe date and time the last attempt to post..
LogIdThe Connect log ID for the entry..
LogUriThe URI for the log item..
RetryCountThe number of times the Connect post has been retried..
RetryUriThe UEI to retry to publish the Connect failure..
StatusThe new envelope status for the failed Connect post. The possible values are: Any, Voided, Created, Deleted, Sent, Delivered, Signed, Completed, Declined, TimedOut, Template, or Processing..
SubjectThe envelope subject..
UserNameThe name of the envelope sender..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ConnectLog instances are equal

Parameters
otherInstance of ConnectLog to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AccountId

string DocuSign.eSign.Model.ConnectLog.AccountId
getset

The account ID associated with the envelope.

The account ID associated with the envelope.

◆ ConfigUrl

string DocuSign.eSign.Model.ConnectLog.ConfigUrl
getset

The web address of the listener or Retrieving Service end point for Connect.

The web address of the listener or Retrieving Service end point for Connect.

◆ ConnectDebugLog

List<ConnectDebugLog> DocuSign.eSign.Model.ConnectLog.ConnectDebugLog
getset

A complex element containing information about the Connect configuration, error details, date/time, description and payload. This is only included in the response if the query additional_info&#x3D;true is used.

A complex element containing information about the Connect configuration, error details, date/time, description and payload. This is only included in the response if the query additional_info&#x3D;true is used.

◆ ConnectId

string DocuSign.eSign.Model.ConnectLog.ConnectId
getset

The identifier for the Connect configuration that failed. If an account has multiple Connect configurations, this value is used to look up the Connect configuration for the failed post.

The identifier for the Connect configuration that failed. If an account has multiple Connect configurations, this value is used to look up the Connect configuration for the failed post.

◆ Created

string DocuSign.eSign.Model.ConnectLog.Created
getset

The date and time the entry was created.

The date and time the entry was created.

◆ Email

string DocuSign.eSign.Model.ConnectLog.Email
getset

The email that sent the envelope.

The email that sent the envelope.

◆ EnvelopeId

string DocuSign.eSign.Model.ConnectLog.EnvelopeId
getset

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

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

◆ Error

string DocuSign.eSign.Model.ConnectLog.Error
getset

The error that caused the Connect post to fail.

The error that caused the Connect post to fail.

◆ FailureId

string DocuSign.eSign.Model.ConnectLog.FailureId
getset

The failure log ID for the failure.

The failure log ID for the failure.

◆ FailureUri

string DocuSign.eSign.Model.ConnectLog.FailureUri
getset

The URI for the failure.

The URI for the failure.

◆ LastTry

string DocuSign.eSign.Model.ConnectLog.LastTry
getset

The date and time the last attempt to post.

The date and time the last attempt to post.

◆ LogId

string DocuSign.eSign.Model.ConnectLog.LogId
getset

The Connect log ID for the entry.

The Connect log ID for the entry.

◆ LogUri

string DocuSign.eSign.Model.ConnectLog.LogUri
getset

The URI for the log item.

The URI for the log item.

◆ RetryCount

string DocuSign.eSign.Model.ConnectLog.RetryCount
getset

The number of times the Connect post has been retried.

The number of times the Connect post has been retried.

◆ RetryUri

string DocuSign.eSign.Model.ConnectLog.RetryUri
getset

The UEI to retry to publish the Connect failure.

The UEI to retry to publish the Connect failure.

◆ Status

string DocuSign.eSign.Model.ConnectLog.Status
getset

The new envelope status for the failed Connect post. The possible values are: Any, Voided, Created, Deleted, Sent, Delivered, Signed, Completed, Declined, TimedOut, Template, or Processing.

The new envelope status for the failed Connect post. The possible values are: Any, Voided, Created, Deleted, Sent, Delivered, Signed, Completed, Declined, TimedOut, Template, or Processing.

◆ Subject

string DocuSign.eSign.Model.ConnectLog.Subject
getset

The envelope subject.

The envelope subject.

◆ UserName

string DocuSign.eSign.Model.ConnectLog.UserName
getset

The name of the envelope sender.

The name of the envelope sender.


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