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

These properties define how a Smart Section displays. A Smart Section is a type of display section. More...

Inheritance diagram for DocuSign.eSign.Model.SmartSectionDisplaySettings:

Public Member Functions

 SmartSectionDisplaySettings (string CellStyle=default(string), SmartSectionCollapsibleDisplaySettings CollapsibleSettings=default(SmartSectionCollapsibleDisplaySettings), 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 SmartSectionDisplaySettings 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 (SmartSectionDisplaySettings other)
 Returns true if SmartSectionDisplaySettings 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...
 
SmartSectionCollapsibleDisplaySettings 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

These properties define how a Smart Section displays. A Smart Section is a type of display section.

Constructor & Destructor Documentation

◆ SmartSectionDisplaySettings()

DocuSign.eSign.Model.SmartSectionDisplaySettings.SmartSectionDisplaySettings ( string  CellStyle = default(string),
SmartSectionCollapsibleDisplaySettings  CollapsibleSettings = default(SmartSectionCollapsibleDisplaySettings),
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 SmartSectionDisplaySettings 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.SmartSectionDisplaySettings.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SmartSectionDisplaySettings instances are equal

Parameters
otherInstance of SmartSectionDisplaySettings to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CellStyle

string DocuSign.eSign.Model.SmartSectionDisplaySettings.CellStyle
getset

Gets or Sets CellStyle

◆ CollapsibleSettings

SmartSectionCollapsibleDisplaySettings DocuSign.eSign.Model.SmartSectionDisplaySettings.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.SmartSectionDisplaySettings.Display
getset

Gets or Sets Display

◆ DisplayLabel

string DocuSign.eSign.Model.SmartSectionDisplaySettings.DisplayLabel
getset

Gets or Sets DisplayLabel

◆ DisplayOrder

int DocuSign.eSign.Model.SmartSectionDisplaySettings.DisplayOrder
getset

Gets or Sets DisplayOrder

◆ DisplayPageNumber

int DocuSign.eSign.Model.SmartSectionDisplaySettings.DisplayPageNumber
getset

Gets or Sets DisplayPageNumber

◆ HideLabelWhenOpened

bool DocuSign.eSign.Model.SmartSectionDisplaySettings.HideLabelWhenOpened
getset

Gets or Sets HideLabelWhenOpened

◆ InlineOuterStyle

string DocuSign.eSign.Model.SmartSectionDisplaySettings.InlineOuterStyle
getset

Gets or Sets InlineOuterStyle

◆ LabelWhenOpened

string DocuSign.eSign.Model.SmartSectionDisplaySettings.LabelWhenOpened
getset

Gets or Sets LabelWhenOpened

◆ PreLabel

string DocuSign.eSign.Model.SmartSectionDisplaySettings.PreLabel
getset

Gets or Sets PreLabel

◆ ScrollToTopWhenOpened

bool DocuSign.eSign.Model.SmartSectionDisplaySettings.ScrollToTopWhenOpened
getset

Gets or Sets ScrollToTopWhenOpened

◆ TableStyle

string DocuSign.eSign.Model.SmartSectionDisplaySettings.TableStyle
getset

Gets or Sets TableStyle


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