|
LUSID C# SDK
|
An action that can be access controlled More...

Public Member Functions | |
| AccessControlledAction (string description=default(string), ActionId action=default(ActionId), List< IdSelectorDefinition > limitedSet=default(List< IdSelectorDefinition >), List< Link > links=default(List< Link >)) | |
| Initializes a new instance of the AccessControlledAction 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 (AccessControlledAction input) |
| Returns true if AccessControlledAction instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| AccessControlledAction () | |
| Initializes a new instance of the AccessControlledAction class. More... | |
Properties | |
| string | Description [get, set] |
| The description of the action More... | |
| ActionId | Action [get, set] |
| Gets or Sets Action More... | |
| List< IdSelectorDefinition > | LimitedSet [get, set] |
| When populated, the provided values are the limited set of resources that are allowed to be specified for access control for this action More... | |
| List< Link > | Links [get, set] |
| Collection of links. More... | |
An action that can be access controlled
|
inlineprotected |
Initializes a new instance of the AccessControlledAction class.
|
inline |
Initializes a new instance of the AccessControlledAction class.
| description | The description of the action (required). |
| action | action (required). |
| limitedSet | When populated, the provided values are the limited set of resources that are allowed to be specified for access control for this action. |
| links | Collection of links.. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if AccessControlledAction instances are equal
| input | Instance of AccessControlledAction to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Gets or Sets Action
|
getset |
The description of the action
The description of the action
|
getset |
When populated, the provided values are the limited set of resources that are allowed to be specified for access control for this action
When populated, the provided values are the limited set of resources that are allowed to be specified for access control for this action
|
getset |
Collection of links.
Collection of links.
1.8.13