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

Describes a recipient who is a member of a conditional group. More...

Inheritance diagram for DocuSign.eSign.Model.RecipientOption:

Public Member Functions

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

Properties

string Email [get, set]
 Gets or Sets Email More...
 
string Name [get, set]
 Gets or Sets Name More...
 
string RecipientLabel [get, set]
 Gets or Sets RecipientLabel More...
 
string RoleName [get, set]
 Optional element. Specifies the role name associated with the recipient.<br/><br/>This is required when working with template recipients. More...
 
string SigningGroupId [get, set]
 When set to true and the feature is enabled in the sender&#39;s account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once). More...
 

Detailed Description

Describes a recipient who is a member of a conditional group.

Constructor & Destructor Documentation

◆ RecipientOption()

DocuSign.eSign.Model.RecipientOption.RecipientOption ( string  Email = default(string),
string  Name = default(string),
string  RecipientLabel = default(string),
string  RoleName = default(string),
string  SigningGroupId = default(string) 
)
inline

Initializes a new instance of the RecipientOption class.

Parameters
EmailEmail.
NameName.
RecipientLabelRecipientLabel.
RoleNameOptional element. Specifies the role name associated with the recipient.<br/><br/>This is required when working with template recipients..
SigningGroupIdWhen set to true and the feature is enabled in the sender&#39;s account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once)..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RecipientOption instances are equal

Parameters
otherInstance of RecipientOption to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Email

string DocuSign.eSign.Model.RecipientOption.Email
getset

Gets or Sets Email

◆ Name

string DocuSign.eSign.Model.RecipientOption.Name
getset

Gets or Sets Name

◆ RecipientLabel

string DocuSign.eSign.Model.RecipientOption.RecipientLabel
getset

Gets or Sets RecipientLabel

◆ RoleName

string DocuSign.eSign.Model.RecipientOption.RoleName
getset

Optional element. Specifies the role name associated with the recipient.<br/><br/>This is required when working with template recipients.

Optional element. Specifies the role name associated with the recipient.<br/><br/>This is required when working with template recipients.

◆ SigningGroupId

string DocuSign.eSign.Model.RecipientOption.SigningGroupId
getset

When set to true and the feature is enabled in the sender&#39;s account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once).

When set to true and the feature is enabled in the sender&#39;s account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once).


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