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

BrandsResponse More...

Inheritance diagram for DocuSign.eSign.Model.BrandsResponse:

Public Member Functions

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

Properties

List< BrandBrands [get, set]
 The list of brands. More...
 
string RecipientBrandIdDefault [get, set]
 The brand seen by envelope recipients when a brand is not explicitly set. More...
 
string SenderBrandIdDefault [get, set]
 The brand seen by envelope senders when a brand is not explicitly set. More...
 

Detailed Description

BrandsResponse

Constructor & Destructor Documentation

◆ BrandsResponse()

DocuSign.eSign.Model.BrandsResponse.BrandsResponse ( List< Brand Brands = default(List<Brand>),
string  RecipientBrandIdDefault = default(string),
string  SenderBrandIdDefault = default(string) 
)
inline

Initializes a new instance of the BrandsResponse class.

Parameters
BrandsThe list of brands..
RecipientBrandIdDefaultThe brand seen by envelope recipients when a brand is not explicitly set..
SenderBrandIdDefaultThe brand seen by envelope senders when a brand is not explicitly set..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BrandsResponse instances are equal

Parameters
otherInstance of BrandsResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Brands

List<Brand> DocuSign.eSign.Model.BrandsResponse.Brands
getset

The list of brands.

The list of brands.

◆ RecipientBrandIdDefault

string DocuSign.eSign.Model.BrandsResponse.RecipientBrandIdDefault
getset

The brand seen by envelope recipients when a brand is not explicitly set.

The brand seen by envelope recipients when a brand is not explicitly set.

◆ SenderBrandIdDefault

string DocuSign.eSign.Model.BrandsResponse.SenderBrandIdDefault
getset

The brand seen by envelope senders when a brand is not explicitly set.

The brand seen by envelope senders when a brand is not explicitly set.


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