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

A complex element that has up to four Question/Answer pairs for forgotten password information. More...

Inheritance diagram for DocuSign.eSign.Model.ForgottenPasswordInformation:

Public Member Functions

 ForgottenPasswordInformation (string ForgottenPasswordAnswer1=default(string), string ForgottenPasswordAnswer2=default(string), string ForgottenPasswordAnswer3=default(string), string ForgottenPasswordAnswer4=default(string), string ForgottenPasswordQuestion1=default(string), string ForgottenPasswordQuestion2=default(string), string ForgottenPasswordQuestion3=default(string), string ForgottenPasswordQuestion4=default(string))
 Initializes a new instance of the ForgottenPasswordInformation 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 (ForgottenPasswordInformation other)
 Returns true if ForgottenPasswordInformation instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string ForgottenPasswordAnswer1 [get, set]
 The answer to the first forgotten password challenge question. More...
 
string ForgottenPasswordAnswer2 [get, set]
 The answer to the second forgotten password challenge question. More...
 
string ForgottenPasswordAnswer3 [get, set]
 The answer to the third forgotten password challenge question. More...
 
string ForgottenPasswordAnswer4 [get, set]
 The answer to the fourth forgotten password challenge question. More...
 
string ForgottenPasswordQuestion1 [get, set]
 The first challenge question presented to a user who has forgotten their password. More...
 
string ForgottenPasswordQuestion2 [get, set]
 The second challenge question presented to a user who has forgotten their password. More...
 
string ForgottenPasswordQuestion3 [get, set]
 The third challenge question presented to a user who has forgotten their password. More...
 
string ForgottenPasswordQuestion4 [get, set]
 The fourth challenge question presented to a user who has forgotten their password. More...
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ForgottenPasswordInformation()

DocuSign.eSign.Model.ForgottenPasswordInformation.ForgottenPasswordInformation ( string  ForgottenPasswordAnswer1 = default(string),
string  ForgottenPasswordAnswer2 = default(string),
string  ForgottenPasswordAnswer3 = default(string),
string  ForgottenPasswordAnswer4 = default(string),
string  ForgottenPasswordQuestion1 = default(string),
string  ForgottenPasswordQuestion2 = default(string),
string  ForgottenPasswordQuestion3 = default(string),
string  ForgottenPasswordQuestion4 = default(string) 
)
inline

Initializes a new instance of the ForgottenPasswordInformation class.

Parameters
ForgottenPasswordAnswer1The answer to the first forgotten password challenge question..
ForgottenPasswordAnswer2The answer to the second forgotten password challenge question..
ForgottenPasswordAnswer3The answer to the third forgotten password challenge question..
ForgottenPasswordAnswer4The answer to the fourth forgotten password challenge question..
ForgottenPasswordQuestion1The first challenge question presented to a user who has forgotten their password..
ForgottenPasswordQuestion2The second challenge question presented to a user who has forgotten their password..
ForgottenPasswordQuestion3The third challenge question presented to a user who has forgotten their password..
ForgottenPasswordQuestion4The fourth challenge question presented to a user who has forgotten their password..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ForgottenPasswordInformation instances are equal

Parameters
otherInstance of ForgottenPasswordInformation to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ForgottenPasswordAnswer1

string DocuSign.eSign.Model.ForgottenPasswordInformation.ForgottenPasswordAnswer1
getset

The answer to the first forgotten password challenge question.

The answer to the first forgotten password challenge question.

◆ ForgottenPasswordAnswer2

string DocuSign.eSign.Model.ForgottenPasswordInformation.ForgottenPasswordAnswer2
getset

The answer to the second forgotten password challenge question.

The answer to the second forgotten password challenge question.

◆ ForgottenPasswordAnswer3

string DocuSign.eSign.Model.ForgottenPasswordInformation.ForgottenPasswordAnswer3
getset

The answer to the third forgotten password challenge question.

The answer to the third forgotten password challenge question.

◆ ForgottenPasswordAnswer4

string DocuSign.eSign.Model.ForgottenPasswordInformation.ForgottenPasswordAnswer4
getset

The answer to the fourth forgotten password challenge question.

The answer to the fourth forgotten password challenge question.

◆ ForgottenPasswordQuestion1

string DocuSign.eSign.Model.ForgottenPasswordInformation.ForgottenPasswordQuestion1
getset

The first challenge question presented to a user who has forgotten their password.

The first challenge question presented to a user who has forgotten their password.

◆ ForgottenPasswordQuestion2

string DocuSign.eSign.Model.ForgottenPasswordInformation.ForgottenPasswordQuestion2
getset

The second challenge question presented to a user who has forgotten their password.

The second challenge question presented to a user who has forgotten their password.

◆ ForgottenPasswordQuestion3

string DocuSign.eSign.Model.ForgottenPasswordInformation.ForgottenPasswordQuestion3
getset

The third challenge question presented to a user who has forgotten their password.

The third challenge question presented to a user who has forgotten their password.

◆ ForgottenPasswordQuestion4

string DocuSign.eSign.Model.ForgottenPasswordInformation.ForgottenPasswordQuestion4
getset

The fourth challenge question presented to a user who has forgotten their password.

The fourth challenge question presented to a user who has forgotten their password.


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