|
Docusign CSharp Docs
|
Describes a group of recipients. More...
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< RecipientOption > | Recipients [get, set] |
| An array of powerform recipients. More... | |
Describes a group of recipients.
|
inline |
Initializes a new instance of the RecipientGroup class.
| GroupMessage | GroupMessage. |
| GroupName | The name of the group.. |
| Recipients | An array of powerform recipients.. |
|
inline |
Returns true if objects are equal
| obj | Object to be compared |
|
inline |
Returns true if RecipientGroup instances are equal
| other | Instance of RecipientGroup to be compared |
|
inline |
Gets the hash code
|
inline |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Gets or Sets GroupMessage
|
getset |
The name of the group.
The name of the group.
|
getset |
An array of powerform recipients.
An array of powerform recipients.
1.8.13