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

Notary More...

Inheritance diagram for DocuSign.eSign.Model.Notary:

Public Member Functions

 Notary (string CreatedDate=default(string), string Enabled=default(string), string Searchable=default(string), UserInformation UserInfo=default(UserInformation))
 Initializes a new instance of the Notary 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 (Notary other)
 Returns true if Notary instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string CreatedDate [get, set]
 Gets or Sets CreatedDate More...
 
string Enabled [get, set]
 Gets or Sets Enabled More...
 
string Searchable [get, set]
 Gets or Sets Searchable More...
 
UserInformation UserInfo [get, set]
 Information about the user registering to be a notary. More...
 

Detailed Description

Notary

Constructor & Destructor Documentation

◆ Notary()

DocuSign.eSign.Model.Notary.Notary ( string  CreatedDate = default(string),
string  Enabled = default(string),
string  Searchable = default(string),
UserInformation  UserInfo = default(UserInformation) 
)
inline

Initializes a new instance of the Notary class.

Parameters
CreatedDateCreatedDate.
EnabledEnabled.
SearchableSearchable.
UserInfoInformation about the user registering to be a notary..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if Notary instances are equal

Parameters
otherInstance of Notary to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CreatedDate

string DocuSign.eSign.Model.Notary.CreatedDate
getset

Gets or Sets CreatedDate

◆ Enabled

string DocuSign.eSign.Model.Notary.Enabled
getset

Gets or Sets Enabled

◆ Searchable

string DocuSign.eSign.Model.Notary.Searchable
getset

Gets or Sets Searchable

◆ UserInfo

UserInformation DocuSign.eSign.Model.Notary.UserInfo
getset

Information about the user registering to be a notary.

Information about the user registering to be a notary.


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