|
Docusign CSharp Docs
|
Information about the shared item. More...
Public Member Functions | |
| SharedItem (ErrorDetails ErrorDetails=default(ErrorDetails), string Shared=default(string), UserInfo User=default(UserInfo)) | |
| Initializes a new instance of the SharedItem 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 (SharedItem other) |
| Returns true if SharedItem instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
| IEnumerable< ValidationResult > | Validate (ValidationContext validationContext) |
Properties | |
| ErrorDetails | ErrorDetails [get, set] |
| Array or errors. More... | |
| string | Shared [get, set] |
| When set to true, this custom tab is shared. More... | |
| UserInfo | User [get, set] |
| Information about the user who owns the shared item. More... | |
Information about the shared item.
|
inline |
Initializes a new instance of the SharedItem class.
| ErrorDetails | Array or errors.. |
| Shared | When set to true, this custom tab is shared.. |
| User | Information about the user who owns the shared item.. |
|
inline |
Returns true if objects are equal
| obj | Object to be compared |
|
inline |
Returns true if SharedItem instances are equal
| other | Instance of SharedItem 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 |
Array or errors.
Array or errors.
|
getset |
When set to true, this custom tab is shared.
When set to true, this custom tab is shared.
|
getset |
Information about the user who owns the shared item.
Information about the user who owns the shared item.
1.8.13