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

DocumentHtmlDisplayAnchor More...

Inheritance diagram for DocuSign.eSign.Model.DocumentHtmlDisplayAnchor:

Public Member Functions

 DocumentHtmlDisplayAnchor (bool? CaseSensitive=default(bool?), DocumentHtmlDisplaySettings DisplaySettings=default(DocumentHtmlDisplaySettings), string EndAnchor=default(string), bool? RemoveEndAnchor=default(bool?), bool? RemoveStartAnchor=default(bool?), string StartAnchor=default(string))
 Initializes a new instance of the DocumentHtmlDisplayAnchor 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 (DocumentHtmlDisplayAnchor other)
 Returns true if DocumentHtmlDisplayAnchor instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

bool CaseSensitive [get, set]
 Gets or Sets CaseSensitive More...
 
DocumentHtmlDisplaySettings DisplaySettings [get, set]
 This object defines how the HTML section inside the &#x60;startAnchor&#x60; and &#x60;endAnchor&#x60; displays. More...
 
string EndAnchor [get, set]
 Gets or Sets EndAnchor More...
 
bool RemoveEndAnchor [get, set]
 Gets or Sets RemoveEndAnchor More...
 
bool RemoveStartAnchor [get, set]
 Gets or Sets RemoveStartAnchor More...
 
string StartAnchor [get, set]
 Gets or Sets StartAnchor More...
 

Detailed Description

DocumentHtmlDisplayAnchor

Constructor & Destructor Documentation

◆ DocumentHtmlDisplayAnchor()

DocuSign.eSign.Model.DocumentHtmlDisplayAnchor.DocumentHtmlDisplayAnchor ( bool?  CaseSensitive = default(bool?),
DocumentHtmlDisplaySettings  DisplaySettings = default(DocumentHtmlDisplaySettings),
string  EndAnchor = default(string),
bool?  RemoveEndAnchor = default(bool?),
bool?  RemoveStartAnchor = default(bool?),
string  StartAnchor = default(string) 
)
inline

Initializes a new instance of the DocumentHtmlDisplayAnchor class.

Parameters
CaseSensitiveCaseSensitive.
DisplaySettingsThis object defines how the HTML section inside the &#x60;startAnchor&#x60; and &#x60;endAnchor&#x60; displays..
EndAnchorEndAnchor.
RemoveEndAnchorRemoveEndAnchor.
RemoveStartAnchorRemoveStartAnchor.
StartAnchorStartAnchor.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if DocumentHtmlDisplayAnchor instances are equal

Parameters
otherInstance of DocumentHtmlDisplayAnchor to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CaseSensitive

bool DocuSign.eSign.Model.DocumentHtmlDisplayAnchor.CaseSensitive
getset

Gets or Sets CaseSensitive

◆ DisplaySettings

DocumentHtmlDisplaySettings DocuSign.eSign.Model.DocumentHtmlDisplayAnchor.DisplaySettings
getset

This object defines how the HTML section inside the &#x60;startAnchor&#x60; and &#x60;endAnchor&#x60; displays.

This object defines how the HTML section inside the &#x60;startAnchor&#x60; and &#x60;endAnchor&#x60; displays.

◆ EndAnchor

string DocuSign.eSign.Model.DocumentHtmlDisplayAnchor.EndAnchor
getset

Gets or Sets EndAnchor

◆ RemoveEndAnchor

bool DocuSign.eSign.Model.DocumentHtmlDisplayAnchor.RemoveEndAnchor
getset

Gets or Sets RemoveEndAnchor

◆ RemoveStartAnchor

bool DocuSign.eSign.Model.DocumentHtmlDisplayAnchor.RemoveStartAnchor
getset

Gets or Sets RemoveStartAnchor

◆ StartAnchor

string DocuSign.eSign.Model.DocumentHtmlDisplayAnchor.StartAnchor
getset

Gets or Sets StartAnchor


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