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

DocumentHtmlDisplaySettings More...

Inheritance diagram for DocuSign.eSign.Model.DocumentHtmlDisplaySettings:

Public Member Functions

 DocumentHtmlDisplaySettings (string CellStyle=default(string), DocumentHtmlCollapsibleDisplaySettings CollapsibleSettings=default(DocumentHtmlCollapsibleDisplaySettings), string Display=default(string), string DisplayLabel=default(string), int? DisplayOrder=default(int?), int? DisplayPageNumber=default(int?), bool? HideLabelWhenOpened=default(bool?), string InlineOuterStyle=default(string), string LabelWhenOpened=default(string), string PreLabel=default(string), bool? ScrollToTopWhenOpened=default(bool?), string TableStyle=default(string))
 Initializes a new instance of the DocumentHtmlDisplaySettings 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 (DocumentHtmlDisplaySettings other)
 Returns true if DocumentHtmlDisplaySettings instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string CellStyle [get, set]
 Gets or Sets CellStyle More...
 
DocumentHtmlCollapsibleDisplaySettings CollapsibleSettings [get, set]
 This object defines the appearance and function of a collapsible section or item. More...
 
string Display [get, set]
 Gets or Sets Display More...
 
string DisplayLabel [get, set]
 Gets or Sets DisplayLabel More...
 
int DisplayOrder [get, set]
 Gets or Sets DisplayOrder More...
 
int DisplayPageNumber [get, set]
 Gets or Sets DisplayPageNumber More...
 
bool HideLabelWhenOpened [get, set]
 Gets or Sets HideLabelWhenOpened More...
 
string InlineOuterStyle [get, set]
 Gets or Sets InlineOuterStyle More...
 
string LabelWhenOpened [get, set]
 Gets or Sets LabelWhenOpened More...
 
string PreLabel [get, set]
 Gets or Sets PreLabel More...
 
bool ScrollToTopWhenOpened [get, set]
 Gets or Sets ScrollToTopWhenOpened More...
 
string TableStyle [get, set]
 Gets or Sets TableStyle More...
 

Detailed Description

DocumentHtmlDisplaySettings

Constructor & Destructor Documentation

◆ DocumentHtmlDisplaySettings()

DocuSign.eSign.Model.DocumentHtmlDisplaySettings.DocumentHtmlDisplaySettings ( string  CellStyle = default(string),
DocumentHtmlCollapsibleDisplaySettings  CollapsibleSettings = default(DocumentHtmlCollapsibleDisplaySettings),
string  Display = default(string),
string  DisplayLabel = default(string),
int?  DisplayOrder = default(int?),
int?  DisplayPageNumber = default(int?),
bool?  HideLabelWhenOpened = default(bool?),
string  InlineOuterStyle = default(string),
string  LabelWhenOpened = default(string),
string  PreLabel = default(string),
bool?  ScrollToTopWhenOpened = default(bool?),
string  TableStyle = default(string) 
)
inline

Initializes a new instance of the DocumentHtmlDisplaySettings class.

Parameters
CellStyleCellStyle.
CollapsibleSettingsThis object defines the appearance and function of a collapsible section or item..
DisplayDisplay.
DisplayLabelDisplayLabel.
DisplayOrderDisplayOrder.
DisplayPageNumberDisplayPageNumber.
HideLabelWhenOpenedHideLabelWhenOpened.
InlineOuterStyleInlineOuterStyle.
LabelWhenOpenedLabelWhenOpened.
PreLabelPreLabel.
ScrollToTopWhenOpenedScrollToTopWhenOpened.
TableStyleTableStyle.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if DocumentHtmlDisplaySettings instances are equal

Parameters
otherInstance of DocumentHtmlDisplaySettings to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CellStyle

string DocuSign.eSign.Model.DocumentHtmlDisplaySettings.CellStyle
getset

Gets or Sets CellStyle

◆ CollapsibleSettings

DocumentHtmlCollapsibleDisplaySettings DocuSign.eSign.Model.DocumentHtmlDisplaySettings.CollapsibleSettings
getset

This object defines the appearance and function of a collapsible section or item.

This object defines the appearance and function of a collapsible section or item.

◆ Display

string DocuSign.eSign.Model.DocumentHtmlDisplaySettings.Display
getset

Gets or Sets Display

◆ DisplayLabel

string DocuSign.eSign.Model.DocumentHtmlDisplaySettings.DisplayLabel
getset

Gets or Sets DisplayLabel

◆ DisplayOrder

int DocuSign.eSign.Model.DocumentHtmlDisplaySettings.DisplayOrder
getset

Gets or Sets DisplayOrder

◆ DisplayPageNumber

int DocuSign.eSign.Model.DocumentHtmlDisplaySettings.DisplayPageNumber
getset

Gets or Sets DisplayPageNumber

◆ HideLabelWhenOpened

bool DocuSign.eSign.Model.DocumentHtmlDisplaySettings.HideLabelWhenOpened
getset

Gets or Sets HideLabelWhenOpened

◆ InlineOuterStyle

string DocuSign.eSign.Model.DocumentHtmlDisplaySettings.InlineOuterStyle
getset

Gets or Sets InlineOuterStyle

◆ LabelWhenOpened

string DocuSign.eSign.Model.DocumentHtmlDisplaySettings.LabelWhenOpened
getset

Gets or Sets LabelWhenOpened

◆ PreLabel

string DocuSign.eSign.Model.DocumentHtmlDisplaySettings.PreLabel
getset

Gets or Sets PreLabel

◆ ScrollToTopWhenOpened

bool DocuSign.eSign.Model.DocumentHtmlDisplaySettings.ScrollToTopWhenOpened
getset

Gets or Sets ScrollToTopWhenOpened

◆ TableStyle

string DocuSign.eSign.Model.DocumentHtmlDisplaySettings.TableStyle
getset

Gets or Sets TableStyle


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