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

RecipientFormData More...

Inheritance diagram for DocuSign.eSign.Model.RecipientFormData:

Public Member Functions

 RecipientFormData (string DeclinedTime=default(string), string DeliveredTime=default(string), string Email=default(string), List< FormDataItem > FormData=default(List< FormDataItem >), string Name=default(string), string RecipientId=default(string), string SentTime=default(string), string SignedTime=default(string))
 Initializes a new instance of the RecipientFormData 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 (RecipientFormData other)
 Returns true if RecipientFormData instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string DeclinedTime [get, set]
 Gets or Sets DeclinedTime More...
 
string DeliveredTime [get, set]
 Gets or Sets DeliveredTime More...
 
string Email [get, set]
 Gets or Sets Email More...
 
List< FormDataItemFormData [get, set]
 Gets or Sets FormData More...
 
string Name [get, set]
 Gets or Sets Name More...
 
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...
 
string SentTime [get, set]
 Gets or Sets SentTime More...
 
string SignedTime [get, set]
 Gets or Sets SignedTime More...
 

Detailed Description

RecipientFormData

Constructor & Destructor Documentation

◆ RecipientFormData()

DocuSign.eSign.Model.RecipientFormData.RecipientFormData ( string  DeclinedTime = default(string),
string  DeliveredTime = default(string),
string  Email = default(string),
List< FormDataItem FormData = default(List<FormDataItem>),
string  Name = default(string),
string  RecipientId = default(string),
string  SentTime = default(string),
string  SignedTime = default(string) 
)
inline

Initializes a new instance of the RecipientFormData class.

Parameters
DeclinedTimeDeclinedTime.
DeliveredTimeDeliveredTime.
EmailEmail.
FormDataFormData.
NameName.
RecipientIdUnique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document..
SentTimeSentTime.
SignedTimeSignedTime.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RecipientFormData instances are equal

Parameters
otherInstance of RecipientFormData to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DeclinedTime

string DocuSign.eSign.Model.RecipientFormData.DeclinedTime
getset

Gets or Sets DeclinedTime

◆ DeliveredTime

string DocuSign.eSign.Model.RecipientFormData.DeliveredTime
getset

Gets or Sets DeliveredTime

◆ Email

string DocuSign.eSign.Model.RecipientFormData.Email
getset

Gets or Sets Email

◆ FormData

List<FormDataItem> DocuSign.eSign.Model.RecipientFormData.FormData
getset

Gets or Sets FormData

◆ Name

string DocuSign.eSign.Model.RecipientFormData.Name
getset

Gets or Sets Name

◆ RecipientId

string DocuSign.eSign.Model.RecipientFormData.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.

◆ SentTime

string DocuSign.eSign.Model.RecipientFormData.SentTime
getset

Gets or Sets SentTime

◆ SignedTime

string DocuSign.eSign.Model.RecipientFormData.SignedTime
getset

Gets or Sets SignedTime


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