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

PrefillFormData More...

Inheritance diagram for DocuSign.eSign.Model.PrefillFormData:

Public Member Functions

 PrefillFormData (List< FormDataItem > FormData=default(List< FormDataItem >), string SenderEmail=default(string), string SenderName=default(string), string SenderUserId=default(string))
 Initializes a new instance of the PrefillFormData 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 (PrefillFormData other)
 Returns true if PrefillFormData instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

List< FormDataItemFormData [get, set]
 Gets or Sets FormData More...
 
string SenderEmail [get, set]
 Gets or Sets SenderEmail More...
 
string SenderName [get, set]
 Gets or Sets SenderName More...
 
string SenderUserId [get, set]
 Gets or Sets SenderUserId More...
 

Detailed Description

PrefillFormData

Constructor & Destructor Documentation

◆ PrefillFormData()

DocuSign.eSign.Model.PrefillFormData.PrefillFormData ( List< FormDataItem FormData = default(List<FormDataItem>),
string  SenderEmail = default(string),
string  SenderName = default(string),
string  SenderUserId = default(string) 
)
inline

Initializes a new instance of the PrefillFormData class.

Parameters
FormDataFormData.
SenderEmailSenderEmail.
SenderNameSenderName.
SenderUserIdSenderUserId.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PrefillFormData instances are equal

Parameters
otherInstance of PrefillFormData to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ FormData

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

Gets or Sets FormData

◆ SenderEmail

string DocuSign.eSign.Model.PrefillFormData.SenderEmail
getset

Gets or Sets SenderEmail

◆ SenderName

string DocuSign.eSign.Model.PrefillFormData.SenderName
getset

Gets or Sets SenderName

◆ SenderUserId

string DocuSign.eSign.Model.PrefillFormData.SenderUserId
getset

Gets or Sets SenderUserId


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