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

RecipientEmail More...

Inheritance diagram for DocuSign.eSign.Model.RecipientEmail:

Public Member Functions

 RecipientEmail (string AccountId=default(string), string AccountName=default(string), string Email=default(string), string EnvelopeId=default(string), string Name=default(string), string RecipientId=default(string), bool? Supported=default(bool?), string UserId=default(string))
 Initializes a new instance of the RecipientEmail 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 (RecipientEmail other)
 Returns true if RecipientEmail instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string AccountId [get, set]
 The account ID associated with the envelope. More...
 
string AccountName [get, set]
 
string Email [get, set]
 
string EnvelopeId [get, set]
 The envelope ID of the envelope status that failed to post. More...
 
string Name [get, set]
 
string RecipientId [get, set]
 Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. More...
 
bool Supported [get, set]
 
string UserId [get, set]
 

Detailed Description

RecipientEmail

Constructor & Destructor Documentation

◆ RecipientEmail()

DocuSign.eSign.Model.RecipientEmail.RecipientEmail ( string  AccountId = default(string),
string  AccountName = default(string),
string  Email = default(string),
string  EnvelopeId = default(string),
string  Name = default(string),
string  RecipientId = default(string),
bool?  Supported = default(bool?),
string  UserId = default(string) 
)
inline

Initializes a new instance of the RecipientEmail class.

Parameters
AccountIdThe account ID associated with the envelope..
AccountName.
Email.
EnvelopeIdThe envelope ID of the envelope status that failed to post..
Name.
RecipientIdUnique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document..
Supported.
UserId.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RecipientEmail instances are equal

Parameters
otherInstance of RecipientEmail to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AccountId

string DocuSign.eSign.Model.RecipientEmail.AccountId
getset

The account ID associated with the envelope.

The account ID associated with the envelope.

◆ AccountName

string DocuSign.eSign.Model.RecipientEmail.AccountName
getset

◆ Email

string DocuSign.eSign.Model.RecipientEmail.Email
getset

◆ EnvelopeId

string DocuSign.eSign.Model.RecipientEmail.EnvelopeId
getset

The envelope ID of the envelope status that failed to post.

The envelope ID of the envelope status that failed to post.

◆ Name

string DocuSign.eSign.Model.RecipientEmail.Name
getset

◆ RecipientId

string DocuSign.eSign.Model.RecipientEmail.RecipientId
getset

Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.

Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.

◆ Supported

bool DocuSign.eSign.Model.RecipientEmail.Supported
getset

◆ UserId

string DocuSign.eSign.Model.RecipientEmail.UserId
getset


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