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

SamlAssertionAttribute More...

Inheritance diagram for DocuSign.eSign.Model.SamlAssertionAttribute:

Public Member Functions

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

Properties

ErrorDetails ErrorDetails [get, set]
 Gets or Sets ErrorDetails More...
 
string Name [get, set]
 
string OriginalValue [get, set]
 The initial value of the tab when it was sent to the recipient. More...
 
string Value [get, set]
 The value associated with the named SAML assertion attribute More...
 

Detailed Description

SamlAssertionAttribute

Constructor & Destructor Documentation

◆ SamlAssertionAttribute()

DocuSign.eSign.Model.SamlAssertionAttribute.SamlAssertionAttribute ( ErrorDetails  ErrorDetails = default(ErrorDetails),
string  Name = default(string),
string  OriginalValue = default(string),
string  Value = default(string) 
)
inline

Initializes a new instance of the SamlAssertionAttribute class.

Parameters
ErrorDetailsErrorDetails.
Name.
OriginalValueThe initial value of the tab when it was sent to the recipient. .
ValueThe value associated with the named SAML assertion attribute.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SamlAssertionAttribute instances are equal

Parameters
otherInstance of SamlAssertionAttribute to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.SamlAssertionAttribute.ErrorDetails
getset

Gets or Sets ErrorDetails

◆ Name

string DocuSign.eSign.Model.SamlAssertionAttribute.Name
getset

◆ OriginalValue

string DocuSign.eSign.Model.SamlAssertionAttribute.OriginalValue
getset

The initial value of the tab when it was sent to the recipient.

The initial value of the tab when it was sent to the recipient.

◆ Value

string DocuSign.eSign.Model.SamlAssertionAttribute.Value
getset

The value associated with the named SAML assertion attribute

The value associated with the named SAML assertion attribute


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