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

UserPasswordInformation More...

Inheritance diagram for DocuSign.eSign.Model.UserPasswordInformation:

Public Member Functions

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

Properties

string CurrentPassword [get, set]
 The user&#39;s current password to be changed. More...
 
string Email [get, set]
 The user&#39;s email address for the associated account. More...
 
ForgottenPasswordInformation ForgottenPasswordInfo [get, set]
 A complex element containing up to four Question/Answer pairs for forgotten password information. More...
 
string NewPassword [get, set]
 The user&#39;s new password. More...
 

Detailed Description

UserPasswordInformation

Constructor & Destructor Documentation

◆ UserPasswordInformation()

DocuSign.eSign.Model.UserPasswordInformation.UserPasswordInformation ( string  CurrentPassword = default(string),
string  Email = default(string),
ForgottenPasswordInformation  ForgottenPasswordInfo = default(ForgottenPasswordInformation),
string  NewPassword = default(string) 
)
inline

Initializes a new instance of the UserPasswordInformation class.

Parameters
CurrentPasswordThe user&#39;s current password to be changed..
EmailThe user&#39;s email address for the associated account..
ForgottenPasswordInfoA complex element containing up to four Question/Answer pairs for forgotten password information..
NewPasswordThe user&#39;s new password..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UserPasswordInformation instances are equal

Parameters
otherInstance of UserPasswordInformation to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CurrentPassword

string DocuSign.eSign.Model.UserPasswordInformation.CurrentPassword
getset

The user&#39;s current password to be changed.

The user&#39;s current password to be changed.

◆ Email

string DocuSign.eSign.Model.UserPasswordInformation.Email
getset

The user&#39;s email address for the associated account.

The user&#39;s email address for the associated account.

◆ ForgottenPasswordInfo

ForgottenPasswordInformation DocuSign.eSign.Model.UserPasswordInformation.ForgottenPasswordInfo
getset

A complex element containing up to four Question/Answer pairs for forgotten password information.

A complex element containing up to four Question/Answer pairs for forgotten password information.

◆ NewPassword

string DocuSign.eSign.Model.UserPasswordInformation.NewPassword
getset

The user&#39;s new password.

The user&#39;s new password.


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