|
Docusign CSharp Docs
|
This object configures a recipient's read/write access to a document. More...
Public Member Functions | |
| DocumentVisibility (string DocumentId=default(string), ErrorDetails ErrorDetails=default(ErrorDetails), string RecipientId=default(string), string Rights=default(string), string Visible=default(string)) | |
| Initializes a new instance of the DocumentVisibility 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 (DocumentVisibility other) |
| Returns true if DocumentVisibility instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
| IEnumerable< ValidationResult > | Validate (ValidationContext validationContext) |
Properties | |
| string | DocumentId [get, set] |
| Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute. More... | |
| ErrorDetails | ErrorDetails [get, set] |
| Array or errors. More... | |
| string | RecipientId [get, set] |
| Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document. More... | |
| string | Rights [get, set] |
| Gets or Sets Rights More... | |
| string | Visible [get, set] |
| Gets or Sets Visible More... | |
This object configures a recipient's read/write access to a document.
|
inline |
Initializes a new instance of the DocumentVisibility class.
| DocumentId | Specifies the document ID number that the tab is placed on. This must refer to an existing Document's ID attribute.. |
| ErrorDetails | Array or errors.. |
| RecipientId | Unique for the recipient. It is used by the tab element to indicate which recipient is to sign the Document.. |
| Rights | Rights. |
| Visible | Visible. |
|
inline |
Returns true if objects are equal
| obj | Object to be compared |
|
inline |
Returns true if DocumentVisibility instances are equal
| other | Instance of DocumentVisibility 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 |
|
getset |
Array or errors.
Array or errors.
|
getset |
|
getset |
Gets or Sets Rights
|
getset |
Gets or Sets Visible
1.8.13