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

GroupBrands More...

Inheritance diagram for DocuSign.eSign.Model.GroupBrands:

Public Member Functions

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

Properties

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...
 
List< BrandBrandOptions [get, set]
 The list of brands. More...
 

Detailed Description

GroupBrands

Constructor & Destructor Documentation

◆ GroupBrands()

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

Initializes a new instance of the GroupBrands class.

Parameters
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..
BrandOptionsThe list of brands..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if GroupBrands instances are equal

Parameters
otherInstance of GroupBrands to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ BrandOptions

List<Brand> DocuSign.eSign.Model.GroupBrands.BrandOptions
getset

The list of brands.

The list of brands.

◆ RecipientBrandIdDefault

string DocuSign.eSign.Model.GroupBrands.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.GroupBrands.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: