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

Allows the sender to pre-specify the signature name, signature initials and signature font used in the signature stamp for the recipient. Used only with recipient types In Person Signers and Signers. More...

Inheritance diagram for DocuSign.eSign.Model.RecipientSignatureInformation:

Public Member Functions

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

Properties

string FontStyle [get, set]
 Gets or Sets FontStyle More...
 
string SignatureInitials [get, set]
 Gets or Sets SignatureInitials More...
 
string SignatureName [get, set]
 Specifies the user signature name. More...
 

Detailed Description

Allows the sender to pre-specify the signature name, signature initials and signature font used in the signature stamp for the recipient. Used only with recipient types In Person Signers and Signers.

Constructor & Destructor Documentation

◆ RecipientSignatureInformation()

DocuSign.eSign.Model.RecipientSignatureInformation.RecipientSignatureInformation ( string  FontStyle = default(string),
string  SignatureInitials = default(string),
string  SignatureName = default(string) 
)
inline

Initializes a new instance of the RecipientSignatureInformation class.

Parameters
FontStyleFontStyle.
SignatureInitialsSignatureInitials.
SignatureNameSpecifies the user signature name..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RecipientSignatureInformation instances are equal

Parameters
otherInstance of RecipientSignatureInformation to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ FontStyle

string DocuSign.eSign.Model.RecipientSignatureInformation.FontStyle
getset

Gets or Sets FontStyle

◆ SignatureInitials

string DocuSign.eSign.Model.RecipientSignatureInformation.SignatureInitials
getset

Gets or Sets SignatureInitials

◆ SignatureName

string DocuSign.eSign.Model.RecipientSignatureInformation.SignatureName
getset

Specifies the user signature name.

Specifies the user signature name.


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