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

The URIs for retrieving the logos that are associated with the brand. These are read-only properties that provide a URI to logos in use. To update a logo use AccountBrands: updateLogo. More...

Inheritance diagram for DocuSign.eSign.Model.BrandLogos:

Public Member Functions

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

Properties

string Email [get, set]
 Gets or Sets Email More...
 
string Primary [get, set]
 Gets or Sets Primary More...
 
string Secondary [get, set]
 Gets or Sets Secondary More...
 

Detailed Description

The URIs for retrieving the logos that are associated with the brand. These are read-only properties that provide a URI to logos in use. To update a logo use AccountBrands: updateLogo.

Constructor & Destructor Documentation

◆ BrandLogos()

DocuSign.eSign.Model.BrandLogos.BrandLogos ( string  Email = default(string),
string  Primary = default(string),
string  Secondary = default(string) 
)
inline

Initializes a new instance of the BrandLogos class.

Parameters
EmailEmail.
PrimaryPrimary.
SecondarySecondary.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BrandLogos instances are equal

Parameters
otherInstance of BrandLogos to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Email

string DocuSign.eSign.Model.BrandLogos.Email
getset

Gets or Sets Email

◆ Primary

string DocuSign.eSign.Model.BrandLogos.Primary
getset

Gets or Sets Primary

◆ Secondary

string DocuSign.eSign.Model.BrandLogos.Secondary
getset

Gets or Sets Secondary


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