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

DisplayApplianceAccount More...

Inheritance diagram for DocuSign.eSign.Model.DisplayApplianceAccount:

Public Member Functions

 DisplayApplianceAccount (string AccountId=default(string), bool? OptOutAutoNavTextAndTabColorUpdates=default(bool?), bool? ShowInitialConditionalFields=default(bool?), string SigningVersion=default(string), bool? TagHasSigBlock=default(bool?))
 Initializes a new instance of the DisplayApplianceAccount 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 (DisplayApplianceAccount other)
 Returns true if DisplayApplianceAccount 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...
 
bool OptOutAutoNavTextAndTabColorUpdates [get, set]
 Gets or Sets OptOutAutoNavTextAndTabColorUpdates More...
 
bool ShowInitialConditionalFields [get, set]
 Gets or Sets ShowInitialConditionalFields More...
 
string SigningVersion [get, set]
 Gets or Sets SigningVersion More...
 
bool TagHasSigBlock [get, set]
 Gets or Sets TagHasSigBlock More...
 

Detailed Description

DisplayApplianceAccount

Constructor & Destructor Documentation

◆ DisplayApplianceAccount()

DocuSign.eSign.Model.DisplayApplianceAccount.DisplayApplianceAccount ( string  AccountId = default(string),
bool?  OptOutAutoNavTextAndTabColorUpdates = default(bool?),
bool?  ShowInitialConditionalFields = default(bool?),
string  SigningVersion = default(string),
bool?  TagHasSigBlock = default(bool?) 
)
inline

Initializes a new instance of the DisplayApplianceAccount class.

Parameters
AccountIdThe account ID associated with the envelope..
OptOutAutoNavTextAndTabColorUpdatesOptOutAutoNavTextAndTabColorUpdates.
ShowInitialConditionalFieldsShowInitialConditionalFields.
SigningVersionSigningVersion.
TagHasSigBlockTagHasSigBlock.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if DisplayApplianceAccount instances are equal

Parameters
otherInstance of DisplayApplianceAccount to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AccountId

string DocuSign.eSign.Model.DisplayApplianceAccount.AccountId
getset

The account ID associated with the envelope.

The account ID associated with the envelope.

◆ OptOutAutoNavTextAndTabColorUpdates

bool DocuSign.eSign.Model.DisplayApplianceAccount.OptOutAutoNavTextAndTabColorUpdates
getset

Gets or Sets OptOutAutoNavTextAndTabColorUpdates

◆ ShowInitialConditionalFields

bool DocuSign.eSign.Model.DisplayApplianceAccount.ShowInitialConditionalFields
getset

Gets or Sets ShowInitialConditionalFields

◆ SigningVersion

string DocuSign.eSign.Model.DisplayApplianceAccount.SigningVersion
getset

Gets or Sets SigningVersion

◆ TagHasSigBlock

bool DocuSign.eSign.Model.DisplayApplianceAccount.TagHasSigBlock
getset

Gets or Sets TagHasSigBlock


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