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

User More...

Inheritance diagram for DocuSign.eSign.Model.User:

Public Member Functions

 User (string CellPhoneNumber=default(string), string CountryCode=default(string), List< Credential > Credentials=default(List< Credential >), string DisplayName=default(string), string Email=default(string), List< ExternalClaim > ExternalClaims=default(List< ExternalClaim >))
 Initializes a new instance of the User 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 (User other)
 Returns true if User instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string CellPhoneNumber [get, set]
 Gets or Sets CellPhoneNumber More...
 
string CountryCode [get, set]
 Gets or Sets CountryCode More...
 
List< CredentialCredentials [get, set]
 Gets or Sets Credentials More...
 
string DisplayName [get, set]
 Gets or Sets DisplayName More...
 
string Email [get, set]
 Gets or Sets Email More...
 
List< ExternalClaimExternalClaims [get, set]
 Gets or Sets ExternalClaims More...
 

Detailed Description

User

Constructor & Destructor Documentation

◆ User()

DocuSign.eSign.Model.User.User ( string  CellPhoneNumber = default(string),
string  CountryCode = default(string),
List< Credential Credentials = default(List<Credential>),
string  DisplayName = default(string),
string  Email = default(string),
List< ExternalClaim ExternalClaims = default(List<ExternalClaim>) 
)
inline

Initializes a new instance of the User class.

Parameters
CellPhoneNumberCellPhoneNumber.
CountryCodeCountryCode.
CredentialsCredentials.
DisplayNameDisplayName.
EmailEmail.
ExternalClaimsExternalClaims.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if User instances are equal

Parameters
otherInstance of User to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CellPhoneNumber

string DocuSign.eSign.Model.User.CellPhoneNumber
getset

Gets or Sets CellPhoneNumber

◆ CountryCode

string DocuSign.eSign.Model.User.CountryCode
getset

Gets or Sets CountryCode

◆ Credentials

List<Credential> DocuSign.eSign.Model.User.Credentials
getset

Gets or Sets Credentials

◆ DisplayName

string DocuSign.eSign.Model.User.DisplayName
getset

Gets or Sets DisplayName

◆ Email

string DocuSign.eSign.Model.User.Email
getset

Gets or Sets Email

◆ ExternalClaims

List<ExternalClaim> DocuSign.eSign.Model.User.ExternalClaims
getset

Gets or Sets ExternalClaims


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