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

Describes a group of recipients. More...

Inheritance diagram for DocuSign.eSign.Model.RecipientGroup:

Public Member Functions

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

Properties

string GroupMessage [get, set]
 Gets or Sets GroupMessage More...
 
string GroupName [get, set]
 The name of the group. More...
 
List< RecipientOptionRecipients [get, set]
 An array of powerform recipients. More...
 

Detailed Description

Describes a group of recipients.

Constructor & Destructor Documentation

◆ RecipientGroup()

DocuSign.eSign.Model.RecipientGroup.RecipientGroup ( string  GroupMessage = default(string),
string  GroupName = default(string),
List< RecipientOption Recipients = default(List<RecipientOption>) 
)
inline

Initializes a new instance of the RecipientGroup class.

Parameters
GroupMessageGroupMessage.
GroupNameThe name of the group..
RecipientsAn array of powerform recipients..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RecipientGroup instances are equal

Parameters
otherInstance of RecipientGroup to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ GroupMessage

string DocuSign.eSign.Model.RecipientGroup.GroupMessage
getset

Gets or Sets GroupMessage

◆ GroupName

string DocuSign.eSign.Model.RecipientGroup.GroupName
getset

The name of the group.

The name of the group.

◆ Recipients

List<RecipientOption> DocuSign.eSign.Model.RecipientGroup.Recipients
getset

An array of powerform recipients.

An array of powerform recipients.


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