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

IdSelectorDefinition More...

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

Public Member Functions

 IdSelectorDefinition (Dictionary< string, string > identifier=default(Dictionary< string, string >), List< ActionId > actions=default(List< ActionId >), string name=default(string), string description=default(string))
 Initializes a new instance of the IdSelectorDefinition 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 (IdSelectorDefinition input)
 Returns true if IdSelectorDefinition instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

Dictionary< string, string > Identifier [get, set]
 Gets or Sets Identifier More...
 
List< ActionIdActions [get, set]
 Gets or Sets Actions More...
 
string Name [get, set]
 Gets or Sets Name More...
 
string Description [get, set]
 Gets or Sets Description More...
 

Detailed Description

IdSelectorDefinition

Constructor & Destructor Documentation

◆ IdSelectorDefinition() [1/2]

Lusid.Sdk.Model.IdSelectorDefinition.IdSelectorDefinition ( )
inlineprotected

Initializes a new instance of the IdSelectorDefinition class.

◆ IdSelectorDefinition() [2/2]

Lusid.Sdk.Model.IdSelectorDefinition.IdSelectorDefinition ( Dictionary< string, string >  identifier = default(Dictionary<string, string>),
List< ActionId actions = default(List<ActionId>),
string  name = default(string),
string  description = default(string) 
)
inline

Initializes a new instance of the IdSelectorDefinition class.

Parameters
identifieridentifier (required).
actionsactions (required).
namename.
descriptiondescription.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if IdSelectorDefinition instances are equal

Parameters
inputInstance of IdSelectorDefinition to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Actions

List<ActionId> Lusid.Sdk.Model.IdSelectorDefinition.Actions
getset

Gets or Sets Actions

◆ Description

string Lusid.Sdk.Model.IdSelectorDefinition.Description
getset

Gets or Sets Description

◆ Identifier

Dictionary<string, string> Lusid.Sdk.Model.IdSelectorDefinition.Identifier
getset

Gets or Sets Identifier

◆ Name

string Lusid.Sdk.Model.IdSelectorDefinition.Name
getset

Gets or Sets Name


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