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

AccountPasswordStrengthTypeOption More...

Inheritance diagram for DocuSign.eSign.Model.AccountPasswordStrengthTypeOption:

Public Member Functions

 AccountPasswordStrengthTypeOption (string MinimumLength=default(string), string Name=default(string), string PasswordIncludeDigit=default(string), string PasswordIncludeDigitOrSpecialCharacter=default(string), string PasswordIncludeLowerCase=default(string), string PasswordIncludeSpecialCharacter=default(string), string PasswordIncludeUpperCase=default(string))
 Initializes a new instance of the AccountPasswordStrengthTypeOption 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 (AccountPasswordStrengthTypeOption other)
 Returns true if AccountPasswordStrengthTypeOption instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string MinimumLength [get, set]
 Gets or Sets MinimumLength More...
 
string Name [get, set]
 Gets or Sets Name More...
 
string PasswordIncludeDigit [get, set]
 Gets or Sets PasswordIncludeDigit More...
 
string PasswordIncludeDigitOrSpecialCharacter [get, set]
 Gets or Sets PasswordIncludeDigitOrSpecialCharacter More...
 
string PasswordIncludeLowerCase [get, set]
 Gets or Sets PasswordIncludeLowerCase More...
 
string PasswordIncludeSpecialCharacter [get, set]
 Gets or Sets PasswordIncludeSpecialCharacter More...
 
string PasswordIncludeUpperCase [get, set]
 Gets or Sets PasswordIncludeUpperCase More...
 

Detailed Description

AccountPasswordStrengthTypeOption

Constructor & Destructor Documentation

◆ AccountPasswordStrengthTypeOption()

DocuSign.eSign.Model.AccountPasswordStrengthTypeOption.AccountPasswordStrengthTypeOption ( string  MinimumLength = default(string),
string  Name = default(string),
string  PasswordIncludeDigit = default(string),
string  PasswordIncludeDigitOrSpecialCharacter = default(string),
string  PasswordIncludeLowerCase = default(string),
string  PasswordIncludeSpecialCharacter = default(string),
string  PasswordIncludeUpperCase = default(string) 
)
inline

Initializes a new instance of the AccountPasswordStrengthTypeOption class.

Parameters
MinimumLengthMinimumLength.
NameName.
PasswordIncludeDigitPasswordIncludeDigit.
PasswordIncludeDigitOrSpecialCharacterPasswordIncludeDigitOrSpecialCharacter.
PasswordIncludeLowerCasePasswordIncludeLowerCase.
PasswordIncludeSpecialCharacterPasswordIncludeSpecialCharacter.
PasswordIncludeUpperCasePasswordIncludeUpperCase.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if AccountPasswordStrengthTypeOption instances are equal

Parameters
otherInstance of AccountPasswordStrengthTypeOption to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ MinimumLength

string DocuSign.eSign.Model.AccountPasswordStrengthTypeOption.MinimumLength
getset

Gets or Sets MinimumLength

◆ Name

string DocuSign.eSign.Model.AccountPasswordStrengthTypeOption.Name
getset

Gets or Sets Name

◆ PasswordIncludeDigit

string DocuSign.eSign.Model.AccountPasswordStrengthTypeOption.PasswordIncludeDigit
getset

Gets or Sets PasswordIncludeDigit

◆ PasswordIncludeDigitOrSpecialCharacter

string DocuSign.eSign.Model.AccountPasswordStrengthTypeOption.PasswordIncludeDigitOrSpecialCharacter
getset

Gets or Sets PasswordIncludeDigitOrSpecialCharacter

◆ PasswordIncludeLowerCase

string DocuSign.eSign.Model.AccountPasswordStrengthTypeOption.PasswordIncludeLowerCase
getset

Gets or Sets PasswordIncludeLowerCase

◆ PasswordIncludeSpecialCharacter

string DocuSign.eSign.Model.AccountPasswordStrengthTypeOption.PasswordIncludeSpecialCharacter
getset

Gets or Sets PasswordIncludeSpecialCharacter

◆ PasswordIncludeUpperCase

string DocuSign.eSign.Model.AccountPasswordStrengthTypeOption.PasswordIncludeUpperCase
getset

Gets or Sets PasswordIncludeUpperCase


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