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

ExternalClaim More...

Inheritance diagram for DocuSign.eSign.Model.ExternalClaim:

Public Member Functions

 ExternalClaim (string AcquiredTime=default(string), string ClaimName=default(string), string Provider=default(string), string Value=default(string))
 Initializes a new instance of the ExternalClaim 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 (ExternalClaim other)
 Returns true if ExternalClaim instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AcquiredTime [get, set]
 Gets or Sets AcquiredTime More...
 
string ClaimName [get, set]
 Gets or Sets ClaimName More...
 
string Provider [get, set]
 Gets or Sets Provider More...
 
string Value [get, set]
 Specifies the value of the tab. More...
 

Detailed Description

ExternalClaim

Constructor & Destructor Documentation

◆ ExternalClaim()

DocuSign.eSign.Model.ExternalClaim.ExternalClaim ( string  AcquiredTime = default(string),
string  ClaimName = default(string),
string  Provider = default(string),
string  Value = default(string) 
)
inline

Initializes a new instance of the ExternalClaim class.

Parameters
AcquiredTimeAcquiredTime.
ClaimNameClaimName.
ProviderProvider.
ValueSpecifies the value of the tab. .

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ExternalClaim instances are equal

Parameters
otherInstance of ExternalClaim to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AcquiredTime

string DocuSign.eSign.Model.ExternalClaim.AcquiredTime
getset

Gets or Sets AcquiredTime

◆ ClaimName

string DocuSign.eSign.Model.ExternalClaim.ClaimName
getset

Gets or Sets ClaimName

◆ Provider

string DocuSign.eSign.Model.ExternalClaim.Provider
getset

Gets or Sets Provider

◆ Value

string DocuSign.eSign.Model.ExternalClaim.Value
getset

Specifies the value of the tab.

Specifies the value of the tab.


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