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

ConnectDebugLog More...

Inheritance diagram for DocuSign.eSign.Model.ConnectDebugLog:

Public Member Functions

 ConnectDebugLog (string ConnectConfig=default(string), ErrorDetails ErrorDetails=default(ErrorDetails), string EventDateTime=default(string), string EventDescription=default(string), string Payload=default(string))
 Initializes a new instance of the ConnectDebugLog 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 (ConnectDebugLog other)
 Returns true if ConnectDebugLog instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string ConnectConfig [get, set]
 Gets or Sets ConnectConfig More...
 
ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
string EventDateTime [get, set]
 Gets or Sets EventDateTime More...
 
string EventDescription [get, set]
 Gets or Sets EventDescription More...
 
string Payload [get, set]
 Gets or Sets Payload More...
 

Detailed Description

ConnectDebugLog

Constructor & Destructor Documentation

◆ ConnectDebugLog()

DocuSign.eSign.Model.ConnectDebugLog.ConnectDebugLog ( string  ConnectConfig = default(string),
ErrorDetails  ErrorDetails = default(ErrorDetails),
string  EventDateTime = default(string),
string  EventDescription = default(string),
string  Payload = default(string) 
)
inline

Initializes a new instance of the ConnectDebugLog class.

Parameters
ConnectConfigConnectConfig.
ErrorDetailsArray or errors..
EventDateTimeEventDateTime.
EventDescriptionEventDescription.
PayloadPayload.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ConnectDebugLog instances are equal

Parameters
otherInstance of ConnectDebugLog to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ConnectConfig

string DocuSign.eSign.Model.ConnectDebugLog.ConnectConfig
getset

Gets or Sets ConnectConfig

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.ConnectDebugLog.ErrorDetails
getset

Array or errors.

Array or errors.

◆ EventDateTime

string DocuSign.eSign.Model.ConnectDebugLog.EventDateTime
getset

Gets or Sets EventDateTime

◆ EventDescription

string DocuSign.eSign.Model.ConnectDebugLog.EventDescription
getset

Gets or Sets EventDescription

◆ Payload

string DocuSign.eSign.Model.ConnectDebugLog.Payload
getset

Gets or Sets Payload


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