ApplicableEntity
More...
|
| 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...
|
| |
◆ ApplicableEntity() [1/2]
| Lusid.Sdk.Model.ApplicableEntity.ApplicableEntity |
( |
| ) |
|
|
inlineprotected |
◆ 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
-
| entityType | The type of entity (e.g., Instrument, Portfolio) that this DataSeries applies to. (required). |
| entityScope | The scope of the entity.. |
| identifierScope | The scope of the identifier used to uniquely identify the entity.. |
| identifierType | The type of identifier (e.g., Figi, Isin) used to uniquely identify the entity.. |
| identifierValue | The value of the identifier used to uniquely identify the entity.. |
| subEntityId | An optional sub-entity identifier, if applicable.. |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.ApplicableEntity.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object 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
◆ 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 |
◆ 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:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/ApplicableEntity.cs