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

Information about a link that a brand uses. More...

Inheritance diagram for DocuSign.eSign.Model.BrandLink:

Public Member Functions

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

Properties

string LinkText [get, set]
 Gets or Sets LinkText More...
 
string LinkType [get, set]
 Gets or Sets LinkType More...
 
string ShowLink [get, set]
 Gets or Sets ShowLink More...
 
string UrlOrMailTo [get, set]
 Gets or Sets UrlOrMailTo More...
 

Detailed Description

Information about a link that a brand uses.

Constructor & Destructor Documentation

◆ BrandLink()

DocuSign.eSign.Model.BrandLink.BrandLink ( string  LinkText = default(string),
string  LinkType = default(string),
string  ShowLink = default(string),
string  UrlOrMailTo = default(string) 
)
inline

Initializes a new instance of the BrandLink class.

Parameters
LinkTextLinkText.
LinkTypeLinkType.
ShowLinkShowLink.
UrlOrMailToUrlOrMailTo.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if BrandLink instances are equal

Parameters
otherInstance of BrandLink to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ LinkText

string DocuSign.eSign.Model.BrandLink.LinkText
getset

Gets or Sets LinkText

◆ LinkType

string DocuSign.eSign.Model.BrandLink.LinkType
getset

Gets or Sets LinkType

◆ ShowLink

string DocuSign.eSign.Model.BrandLink.ShowLink
getset

Gets or Sets ShowLink

◆ UrlOrMailTo

string DocuSign.eSign.Model.BrandLink.UrlOrMailTo
getset

Gets or Sets UrlOrMailTo


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