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

ApplicableEntity More...

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

Public Member Functions

 ApplicableEntity (string entityType=default(string), string entityScope=default(string), string identifierScope=default(string), string identifierType=default(string), string identifierValue=default(string), string subEntityId=default(string))
 Initializes a new instance of the ApplicableEntity 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 (ApplicableEntity input)
 Returns true if ApplicableEntity instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string EntityType [get, set]
 The type of entity (e.g., Instrument, Portfolio) that this DataSeries applies to. More...
 
string EntityScope [get, set]
 The scope of the entity. More...
 
string IdentifierScope [get, set]
 The scope of the identifier used to uniquely identify the entity. More...
 
string IdentifierType [get, set]
 The type of identifier (e.g., Figi, Isin) used to uniquely identify the entity. More...
 
string IdentifierValue [get, set]
 The value of the identifier used to uniquely identify the entity. More...
 
string SubEntityId [get, set]
 An optional sub-entity identifier, if applicable. More...
 

Detailed Description

ApplicableEntity

Constructor & Destructor Documentation

◆ ApplicableEntity() [1/2]

Lusid.Sdk.Model.ApplicableEntity.ApplicableEntity ( )
inlineprotected

Initializes a new instance of the ApplicableEntity class.

◆ ApplicableEntity() [2/2]

Lusid.Sdk.Model.ApplicableEntity.ApplicableEntity ( string  entityType = default(string),
string  entityScope = default(string),
string  identifierScope = default(string),
string  identifierType = default(string),
string  identifierValue = default(string),
string  subEntityId = default(string) 
)
inline

Initializes a new instance of the ApplicableEntity class.

Parameters
entityTypeThe type of entity (e.g., Instrument, Portfolio) that this DataSeries applies to. (required).
entityScopeThe scope of the entity..
identifierScopeThe scope of the identifier used to uniquely identify the entity..
identifierTypeThe type of identifier (e.g., Figi, Isin) used to uniquely identify the entity..
identifierValueThe value of the identifier used to uniquely identify the entity..
subEntityIdAn optional sub-entity identifier, if applicable..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if ApplicableEntity instances are equal

Parameters
inputInstance of ApplicableEntity to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EntityScope

string Lusid.Sdk.Model.ApplicableEntity.EntityScope
getset

The scope of the entity.

The scope of the entity.

◆ EntityType

string Lusid.Sdk.Model.ApplicableEntity.EntityType
getset

The type of entity (e.g., Instrument, Portfolio) that this DataSeries applies to.

The type of entity (e.g., Instrument, Portfolio) that this DataSeries applies to.

◆ IdentifierScope

string Lusid.Sdk.Model.ApplicableEntity.IdentifierScope
getset

The scope of the identifier used to uniquely identify the entity.

The scope of the identifier used to uniquely identify the entity.

◆ IdentifierType

string Lusid.Sdk.Model.ApplicableEntity.IdentifierType
getset

The type of identifier (e.g., Figi, Isin) used to uniquely identify the entity.

The type of identifier (e.g., Figi, Isin) used to uniquely identify the entity.

◆ IdentifierValue

string Lusid.Sdk.Model.ApplicableEntity.IdentifierValue
getset

The value of the identifier used to uniquely identify the entity.

The value of the identifier used to uniquely identify the entity.

◆ SubEntityId

string Lusid.Sdk.Model.ApplicableEntity.SubEntityId
getset

An optional sub-entity identifier, if applicable.

An optional sub-entity identifier, if applicable.


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