LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Model.WorkspacePermittedItemActions Class Reference

The workspace item actions a user is permitted to perform within a workspace. More...

Inheritance diagram for Lusid.Sdk.Model.WorkspacePermittedItemActions:
Inheritance graph
[legend]

Public Member Functions

 WorkspacePermittedItemActions (bool readItem=default(bool), bool addItem=default(bool), bool updateItem=default(bool), bool deleteItem=default(bool))
 Initializes a new instance of the WorkspacePermittedItemActions class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (WorkspacePermittedItemActions input)
 Returns true if WorkspacePermittedItemActions instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

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...
 

Detailed Description

The workspace item actions a user is permitted to perform within a workspace.

Constructor & Destructor Documentation

◆ 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
readItemWhether the user is permitted to read workspace items..
addItemWhether the user is permitted to add workspace items..
updateItemWhether the user is permitted to update workspace items..
deleteItemWhether the user is permitted to delete workspace items..

Member Function Documentation

◆ Equals() [1/2]

override bool Lusid.Sdk.Model.WorkspacePermittedItemActions.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool Lusid.Sdk.Model.WorkspacePermittedItemActions.Equals ( WorkspacePermittedItemActions  input)
inline

Returns true if WorkspacePermittedItemActions instances are equal

Parameters
inputInstance of WorkspacePermittedItemActions to be compared
Returns
Boolean

◆ 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

Property Documentation

◆ 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: