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

AccessControlledAction More...

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

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]
 Gets or Sets Description More...
 
ActionId Action [get, set]
 Gets or Sets Action More...
 
List< IdSelectorDefinitionLimitedSet [get, set]
 Gets or Sets LimitedSet More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

AccessControlledAction

Constructor & Destructor Documentation

◆ AccessControlledAction() [1/2]

Lusid.Sdk.Model.AccessControlledAction.AccessControlledAction ( )
inlineprotected

Initializes a new instance of the AccessControlledAction class.

◆ AccessControlledAction() [2/2]

Lusid.Sdk.Model.AccessControlledAction.AccessControlledAction ( string  description = default(string),
ActionId  action = default(ActionId),
List< IdSelectorDefinition limitedSet = default(List<IdSelectorDefinition>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the AccessControlledAction class.

Parameters
descriptiondescription (required).
actionaction (required).
limitedSetlimitedSet.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if AccessControlledAction instances are equal

Parameters
inputInstance of AccessControlledAction to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.AccessControlledAction.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.AccessControlledAction.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.AccessControlledAction.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Action

ActionId Lusid.Sdk.Model.AccessControlledAction.Action
getset

Gets or Sets Action

◆ Description

string Lusid.Sdk.Model.AccessControlledAction.Description
getset

Gets or Sets Description

◆ LimitedSet

List<IdSelectorDefinition> Lusid.Sdk.Model.AccessControlledAction.LimitedSet
getset

Gets or Sets LimitedSet

◆ Links

List<Link> Lusid.Sdk.Model.AccessControlledAction.Links
getset

Gets or Sets Links


The documentation for this class was generated from the following file: