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

Describes the jurisdiction of a notary. This is read-only object. More...

Inheritance diagram for DocuSign.eSign.Model.Jurisdiction:

Public Member Functions

 Jurisdiction (string AllowSystemCreatedSeal=default(string), string AllowUserUploadedSeal=default(string), string CommissionIdInSeal=default(string), string County=default(string), string CountyInSeal=default(string), string Enabled=default(string), string JurisdictionId=default(string), string Name=default(string), string NotaryPublicInSeal=default(string), string StateNameInSeal=default(string))
 Initializes a new instance of the Jurisdiction 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 (Jurisdiction other)
 Returns true if Jurisdiction instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AllowSystemCreatedSeal [get, set]
 Gets or Sets AllowSystemCreatedSeal More...
 
string AllowUserUploadedSeal [get, set]
 Gets or Sets AllowUserUploadedSeal More...
 
string CommissionIdInSeal [get, set]
 Gets or Sets CommissionIdInSeal More...
 
string County [get, set]
 Gets or Sets County More...
 
string CountyInSeal [get, set]
 Gets or Sets CountyInSeal More...
 
string Enabled [get, set]
 Gets or Sets Enabled More...
 
string JurisdictionId [get, set]
 Gets or Sets JurisdictionId More...
 
string Name [get, set]
 Gets or Sets Name More...
 
string NotaryPublicInSeal [get, set]
 Gets or Sets NotaryPublicInSeal More...
 
string StateNameInSeal [get, set]
 Gets or Sets StateNameInSeal More...
 

Detailed Description

Describes the jurisdiction of a notary. This is read-only object.

Constructor & Destructor Documentation

◆ Jurisdiction()

DocuSign.eSign.Model.Jurisdiction.Jurisdiction ( string  AllowSystemCreatedSeal = default(string),
string  AllowUserUploadedSeal = default(string),
string  CommissionIdInSeal = default(string),
string  County = default(string),
string  CountyInSeal = default(string),
string  Enabled = default(string),
string  JurisdictionId = default(string),
string  Name = default(string),
string  NotaryPublicInSeal = default(string),
string  StateNameInSeal = default(string) 
)
inline

Initializes a new instance of the Jurisdiction class.

Parameters
AllowSystemCreatedSealAllowSystemCreatedSeal.
AllowUserUploadedSealAllowUserUploadedSeal.
CommissionIdInSealCommissionIdInSeal.
CountyCounty.
CountyInSealCountyInSeal.
EnabledEnabled.
JurisdictionIdJurisdictionId.
NameName.
NotaryPublicInSealNotaryPublicInSeal.
StateNameInSealStateNameInSeal.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if Jurisdiction instances are equal

Parameters
otherInstance of Jurisdiction to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AllowSystemCreatedSeal

string DocuSign.eSign.Model.Jurisdiction.AllowSystemCreatedSeal
getset

Gets or Sets AllowSystemCreatedSeal

◆ AllowUserUploadedSeal

string DocuSign.eSign.Model.Jurisdiction.AllowUserUploadedSeal
getset

Gets or Sets AllowUserUploadedSeal

◆ CommissionIdInSeal

string DocuSign.eSign.Model.Jurisdiction.CommissionIdInSeal
getset

Gets or Sets CommissionIdInSeal

◆ County

string DocuSign.eSign.Model.Jurisdiction.County
getset

Gets or Sets County

◆ CountyInSeal

string DocuSign.eSign.Model.Jurisdiction.CountyInSeal
getset

Gets or Sets CountyInSeal

◆ Enabled

string DocuSign.eSign.Model.Jurisdiction.Enabled
getset

Gets or Sets Enabled

◆ JurisdictionId

string DocuSign.eSign.Model.Jurisdiction.JurisdictionId
getset

Gets or Sets JurisdictionId

◆ Name

string DocuSign.eSign.Model.Jurisdiction.Name
getset

Gets or Sets Name

◆ NotaryPublicInSeal

string DocuSign.eSign.Model.Jurisdiction.NotaryPublicInSeal
getset

Gets or Sets NotaryPublicInSeal

◆ StateNameInSeal

string DocuSign.eSign.Model.Jurisdiction.StateNameInSeal
getset

Gets or Sets StateNameInSeal


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