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

ActionId More...

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

Public Member Functions

 ActionId (string scope=default(string), string activity=default(string), string entity=default(string))
 Initializes a new instance of the ActionId 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 (ActionId input)
 Returns true if ActionId instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Scope [get, set]
 Gets or Sets Scope More...
 
string Activity [get, set]
 Gets or Sets Activity More...
 
string Entity [get, set]
 Gets or Sets Entity More...
 

Detailed Description

ActionId

Constructor & Destructor Documentation

◆ ActionId() [1/2]

Lusid.Sdk.Model.ActionId.ActionId ( )
inlineprotected

Initializes a new instance of the ActionId class.

◆ ActionId() [2/2]

Lusid.Sdk.Model.ActionId.ActionId ( string  scope = default(string),
string  activity = default(string),
string  entity = default(string) 
)
inline

Initializes a new instance of the ActionId class.

Parameters
scopescope (required).
activityactivity (required).
entityentity (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ActionId instances are equal

Parameters
inputInstance of ActionId to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Activity

string Lusid.Sdk.Model.ActionId.Activity
getset

Gets or Sets Activity

◆ Entity

string Lusid.Sdk.Model.ActionId.Entity
getset

Gets or Sets Entity

◆ Scope

string Lusid.Sdk.Model.ActionId.Scope
getset

Gets or Sets Scope


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