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

Deprecated. More...

Inheritance diagram for DocuSign.eSign.Model.BrandEmailContent:

Public Member Functions

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

Properties

string Content [get, set]
 Gets or Sets Content More...
 
string EmailContentType [get, set]
 Gets or Sets EmailContentType More...
 
string EmailToLink [get, set]
 Gets or Sets EmailToLink More...
 
string LinkText [get, set]
 Gets or Sets LinkText More...
 

Detailed Description

Deprecated.

Constructor & Destructor Documentation

◆ BrandEmailContent()

DocuSign.eSign.Model.BrandEmailContent.BrandEmailContent ( string  Content = default(string),
string  EmailContentType = default(string),
string  EmailToLink = default(string),
string  LinkText = default(string) 
)
inline

Initializes a new instance of the BrandEmailContent class.

Parameters
ContentContent.
EmailContentTypeEmailContentType.
EmailToLinkEmailToLink.
LinkTextLinkText.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BrandEmailContent instances are equal

Parameters
otherInstance of BrandEmailContent to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Content

string DocuSign.eSign.Model.BrandEmailContent.Content
getset

Gets or Sets Content

◆ EmailContentType

string DocuSign.eSign.Model.BrandEmailContent.EmailContentType
getset

Gets or Sets EmailContentType

◆ EmailToLink

string DocuSign.eSign.Model.BrandEmailContent.EmailToLink
getset

Gets or Sets EmailToLink

◆ LinkText

string DocuSign.eSign.Model.BrandEmailContent.LinkText
getset

Gets or Sets LinkText


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