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

Metadata that indicates whether a property is editable and describes setting-specific options. More...

Inheritance diagram for DocuSign.eSign.Model.SettingsMetadata:

Public Member Functions

 SettingsMetadata (string Is21CFRPart11=default(string), List< string > Options=default(List< string >), string Rights=default(string), string UiHint=default(string), string UiOrder=default(string), string UiType=default(string))
 Initializes a new instance of the SettingsMetadata 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 (SettingsMetadata other)
 Returns true if SettingsMetadata instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string Is21CFRPart11 [get, set]
 When set to true, indicates that this module is enabled on the account. More...
 
List< string > Options [get, set]
 Gets or Sets Options More...
 
string Rights [get, set]
 Gets or Sets Rights More...
 
string UiHint [get, set]
 Gets or Sets UiHint More...
 
string UiOrder [get, set]
 Gets or Sets UiOrder More...
 
string UiType [get, set]
 Gets or Sets UiType More...
 

Detailed Description

Metadata that indicates whether a property is editable and describes setting-specific options.

Constructor & Destructor Documentation

◆ SettingsMetadata()

DocuSign.eSign.Model.SettingsMetadata.SettingsMetadata ( string  Is21CFRPart11 = default(string),
List< string >  Options = default(List<string>),
string  Rights = default(string),
string  UiHint = default(string),
string  UiOrder = default(string),
string  UiType = default(string) 
)
inline

Initializes a new instance of the SettingsMetadata class.

Parameters
Is21CFRPart11When set to true, indicates that this module is enabled on the account..
OptionsOptions.
RightsRights.
UiHintUiHint.
UiOrderUiOrder.
UiTypeUiType.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SettingsMetadata instances are equal

Parameters
otherInstance of SettingsMetadata to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Is21CFRPart11

string DocuSign.eSign.Model.SettingsMetadata.Is21CFRPart11
getset

When set to true, indicates that this module is enabled on the account.

When set to true, indicates that this module is enabled on the account.

◆ Options

List<string> DocuSign.eSign.Model.SettingsMetadata.Options
getset

Gets or Sets Options

◆ Rights

string DocuSign.eSign.Model.SettingsMetadata.Rights
getset

Gets or Sets Rights

◆ UiHint

string DocuSign.eSign.Model.SettingsMetadata.UiHint
getset

Gets or Sets UiHint

◆ UiOrder

string DocuSign.eSign.Model.SettingsMetadata.UiOrder
getset

Gets or Sets UiOrder

◆ UiType

string DocuSign.eSign.Model.SettingsMetadata.UiType
getset

Gets or Sets UiType


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