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

This object contains information used to configure eNote functionality. To use eNote, the Allow eNote for eOriginal account plan item must be on, and the Connect configuration for eOriginal must be set correctly. More...

Inheritance diagram for DocuSign.eSign.Model.ENoteConfiguration:

Public Member Functions

 ENoteConfiguration (string ApiKey=default(string), string ConnectConfigured=default(string), string ENoteConfigured=default(string), string Organization=default(string), string Password=default(string), string UserName=default(string))
 Initializes a new instance of the ENoteConfiguration 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 (ENoteConfiguration other)
 Returns true if ENoteConfiguration instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string ApiKey [get, set]
 Gets or Sets ApiKey More...
 
string ConnectConfigured [get, set]
 Gets or Sets ConnectConfigured More...
 
string ENoteConfigured [get, set]
 Gets or Sets ENoteConfigured More...
 
string Organization [get, set]
 Gets or Sets Organization More...
 
string Password [get, set]
 Gets or Sets Password More...
 
string UserName [get, set]
 Gets or Sets UserName More...
 

Detailed Description

This object contains information used to configure eNote functionality. To use eNote, the Allow eNote for eOriginal account plan item must be on, and the Connect configuration for eOriginal must be set correctly.

Constructor & Destructor Documentation

◆ ENoteConfiguration()

DocuSign.eSign.Model.ENoteConfiguration.ENoteConfiguration ( string  ApiKey = default(string),
string  ConnectConfigured = default(string),
string  ENoteConfigured = default(string),
string  Organization = default(string),
string  Password = default(string),
string  UserName = default(string) 
)
inline

Initializes a new instance of the ENoteConfiguration class.

Parameters
ApiKeyApiKey.
ConnectConfiguredConnectConfigured.
ENoteConfiguredENoteConfigured.
OrganizationOrganization.
PasswordPassword.
UserNameUserName.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ENoteConfiguration instances are equal

Parameters
otherInstance of ENoteConfiguration to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ApiKey

string DocuSign.eSign.Model.ENoteConfiguration.ApiKey
getset

Gets or Sets ApiKey

◆ ConnectConfigured

string DocuSign.eSign.Model.ENoteConfiguration.ConnectConfigured
getset

Gets or Sets ConnectConfigured

◆ ENoteConfigured

string DocuSign.eSign.Model.ENoteConfiguration.ENoteConfigured
getset

Gets or Sets ENoteConfigured

◆ Organization

string DocuSign.eSign.Model.ENoteConfiguration.Organization
getset

Gets or Sets Organization

◆ Password

string DocuSign.eSign.Model.ENoteConfiguration.Password
getset

Gets or Sets Password

◆ UserName

string DocuSign.eSign.Model.ENoteConfiguration.UserName
getset

Gets or Sets UserName


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