|
Docusign CSharp Docs
|
This object contains the details for the bulk send list. More...
Public Member Functions | |
| BulkSendingList (List< BulkSendingCopy > BulkCopies=default(List< BulkSendingCopy >), string ListId=default(string), string Name=default(string)) | |
| Initializes a new instance of the BulkSendingList 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 (BulkSendingList other) |
| Returns true if BulkSendingList instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
| IEnumerable< ValidationResult > | Validate (ValidationContext validationContext) |
Properties | |
| List< BulkSendingCopy > | BulkCopies [get, set] |
| Gets or Sets BulkCopies More... | |
| string | ListId [get, set] |
| Gets or Sets ListId More... | |
| string | Name [get, set] |
| Gets or Sets Name More... | |
This object contains the details for the bulk send list.
|
inline |
Initializes a new instance of the BulkSendingList class.
| BulkCopies | BulkCopies. |
| ListId | ListId. |
| Name | Name. |
|
inline |
Returns true if objects are equal
| obj | Object to be compared |
|
inline |
Returns true if BulkSendingList instances are equal
| other | Instance of BulkSendingList 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 BulkCopies
|
getset |
Gets or Sets ListId
|
getset |
Gets or Sets Name
1.8.13