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

AccessControlledResource More...

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

Public Member Functions

 AccessControlledResource (string application=default(string), string name=default(string), string description=default(string), List< AccessControlledAction > actions=default(List< AccessControlledAction >), List< IdentifierPartSchema > identifierParts=default(List< IdentifierPartSchema >), List< Link > links=default(List< Link >))
 Initializes a new instance of the AccessControlledResource 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 (AccessControlledResource input)
 Returns true if AccessControlledResource instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 AccessControlledResource ()
 Initializes a new instance of the AccessControlledResource class. More...
 

Properties

string Application [get, set]
 Gets or Sets Application More...
 
string Name [get, set]
 Gets or Sets Name More...
 
string Description [get, set]
 Gets or Sets Description More...
 
List< AccessControlledActionActions [get, set]
 Gets or Sets Actions More...
 
List< IdentifierPartSchemaIdentifierParts [get, set]
 Gets or Sets IdentifierParts More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

AccessControlledResource

Constructor & Destructor Documentation

◆ AccessControlledResource() [1/2]

Lusid.Sdk.Model.AccessControlledResource.AccessControlledResource ( )
inlineprotected

Initializes a new instance of the AccessControlledResource class.

◆ AccessControlledResource() [2/2]

Lusid.Sdk.Model.AccessControlledResource.AccessControlledResource ( string  application = default(string),
string  name = default(string),
string  description = default(string),
List< AccessControlledAction actions = default(List<AccessControlledAction>),
List< IdentifierPartSchema identifierParts = default(List<IdentifierPartSchema>),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the AccessControlledResource class.

Parameters
applicationapplication.
namename.
descriptiondescription (required).
actionsactions (required).
identifierPartsidentifierParts.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if AccessControlledResource instances are equal

Parameters
inputInstance of AccessControlledResource to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Actions

List<AccessControlledAction> Lusid.Sdk.Model.AccessControlledResource.Actions
getset

Gets or Sets Actions

◆ Application

string Lusid.Sdk.Model.AccessControlledResource.Application
getset

Gets or Sets Application

◆ Description

string Lusid.Sdk.Model.AccessControlledResource.Description
getset

Gets or Sets Description

◆ IdentifierParts

List<IdentifierPartSchema> Lusid.Sdk.Model.AccessControlledResource.IdentifierParts
getset

Gets or Sets IdentifierParts

◆ Links

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

Gets or Sets Links

◆ Name

string Lusid.Sdk.Model.AccessControlledResource.Name
getset

Gets or Sets Name


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