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

ReservedDomainExistence More...

Inheritance diagram for DocuSign.eSign.Model.ReservedDomainExistence:

Public Member Functions

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

Properties

string EmailDomain [get, set]
 Gets or Sets EmailDomain More...
 
string IsReserved [get, set]
 Gets or Sets IsReserved More...
 

Detailed Description

ReservedDomainExistence

Constructor & Destructor Documentation

◆ ReservedDomainExistence()

DocuSign.eSign.Model.ReservedDomainExistence.ReservedDomainExistence ( string  EmailDomain = default(string),
string  IsReserved = default(string) 
)
inline

Initializes a new instance of the ReservedDomainExistence class.

Parameters
EmailDomainEmailDomain.
IsReservedIsReserved.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ReservedDomainExistence instances are equal

Parameters
otherInstance of ReservedDomainExistence to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EmailDomain

string DocuSign.eSign.Model.ReservedDomainExistence.EmailDomain
getset

Gets or Sets EmailDomain

◆ IsReserved

string DocuSign.eSign.Model.ReservedDomainExistence.IsReserved
getset

Gets or Sets IsReserved


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