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

A complex object specifying ID check configuration. More...

Inheritance diagram for DocuSign.eSign.Model.IdCheckConfiguration:

Public Member Functions

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

Properties

List< IdCheckSecurityStepAuthSteps [get, set]
 Gets or Sets AuthSteps More...
 
string IsDefault [get, set]
 Gets or Sets IsDefault More...
 
string Name [get, set]
 Gets or Sets Name More...
 

Detailed Description

A complex object specifying ID check configuration.

Constructor & Destructor Documentation

◆ IdCheckConfiguration()

DocuSign.eSign.Model.IdCheckConfiguration.IdCheckConfiguration ( List< IdCheckSecurityStep AuthSteps = default(List<IdCheckSecurityStep>),
string  IsDefault = default(string),
string  Name = default(string) 
)
inline

Initializes a new instance of the IdCheckConfiguration class.

Parameters
AuthStepsAuthSteps.
IsDefaultIsDefault.
NameName.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if IdCheckConfiguration instances are equal

Parameters
otherInstance of IdCheckConfiguration to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AuthSteps

List<IdCheckSecurityStep> DocuSign.eSign.Model.IdCheckConfiguration.AuthSteps
getset

Gets or Sets AuthSteps

◆ IsDefault

string DocuSign.eSign.Model.IdCheckConfiguration.IsDefault
getset

Gets or Sets IsDefault

◆ Name

string DocuSign.eSign.Model.IdCheckConfiguration.Name
getset

Gets or Sets Name


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