The workspace item actions a user is permitted to perform within a workspace.
More...
|
| bool | ReadItem [get, set] |
| | Whether the user is permitted to read workspace items. More...
|
| |
| bool | AddItem [get, set] |
| | Whether the user is permitted to add workspace items. More...
|
| |
| bool | UpdateItem [get, set] |
| | Whether the user is permitted to update workspace items. More...
|
| |
| bool | DeleteItem [get, set] |
| | Whether the user is permitted to delete workspace items. More...
|
| |
The workspace item actions a user is permitted to perform within a workspace.
◆ WorkspacePermittedItemActions()
| Lusid.Sdk.Model.WorkspacePermittedItemActions.WorkspacePermittedItemActions |
( |
bool |
readItem = default(bool), |
|
|
bool |
addItem = default(bool), |
|
|
bool |
updateItem = default(bool), |
|
|
bool |
deleteItem = default(bool) |
|
) |
| |
|
inline |
Initializes a new instance of the WorkspacePermittedItemActions class.
- Parameters
-
| readItem | Whether the user is permitted to read workspace items.. |
| addItem | Whether the user is permitted to add workspace items.. |
| updateItem | Whether the user is permitted to update workspace items.. |
| deleteItem | Whether the user is permitted to delete workspace items.. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.WorkspacePermittedItemActions.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
◆ GetHashCode()
| override int Lusid.Sdk.Model.WorkspacePermittedItemActions.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.WorkspacePermittedItemActions.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.WorkspacePermittedItemActions.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ AddItem
| bool Lusid.Sdk.Model.WorkspacePermittedItemActions.AddItem |
|
getset |
Whether the user is permitted to add workspace items.
Whether the user is permitted to add workspace items.
◆ DeleteItem
| bool Lusid.Sdk.Model.WorkspacePermittedItemActions.DeleteItem |
|
getset |
Whether the user is permitted to delete workspace items.
Whether the user is permitted to delete workspace items.
◆ ReadItem
| bool Lusid.Sdk.Model.WorkspacePermittedItemActions.ReadItem |
|
getset |
Whether the user is permitted to read workspace items.
Whether the user is permitted to read workspace items.
◆ UpdateItem
| bool Lusid.Sdk.Model.WorkspacePermittedItemActions.UpdateItem |
|
getset |
Whether the user is permitted to update workspace items.
Whether the user is permitted to update workspace items.
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/WorkspacePermittedItemActions.cs