|
| RelatedEntity (string entityType=default(string), Dictionary< string, string > entityId=default(Dictionary< string, string >), string displayName=default(string), Dictionary< string, Property > properties=default(Dictionary< string, Property >), string scope=default(string), LusidUniqueId lusidUniqueId=default(LusidUniqueId), List< EntityIdentifier > identifiers=default(List< EntityIdentifier >), string href=default(string)) |
| Initializes a new instance of the RelatedEntity 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 (RelatedEntity input) |
| Returns true if RelatedEntity instances are equal More...
|
|
override int | GetHashCode () |
| Gets the hash code More...
|
|
|
string | EntityType [get, set] |
| The type of the entity. More...
|
|
Dictionary< string, string > | EntityId [get, set] |
| The identifier of the other related entity in the relationship. It contains 'scope' and 'code' as keys for identifiers of a Portfolio or Portfolio Group, or 'idTypeScope', 'idTypeCode', 'code' as keys for identifiers of a Person or Legal Entity. More...
|
|
string | DisplayName [get, set] |
| The display name of the entity. More...
|
|
Dictionary< string, Property > | Properties [get, set] |
| The properties of the entity. This field is empty until further notice. More...
|
|
string | Scope [get, set] |
| The scope of the identifier More...
|
|
LusidUniqueId | LusidUniqueId [get, set] |
| Gets or Sets LusidUniqueId More...
|
|
List< EntityIdentifier > | Identifiers [get, set] |
| The identifiers of the related entity in the relationship. More...
|
|
string | Href [get, set] |
| The link to the entity. More...
|
|
Information about the other related entity in the relationship
Dictionary<string, string> Lusid.Sdk.Model.RelatedEntity.EntityId |
|
getset |
The identifier of the other related entity in the relationship. It contains 'scope' and 'code' as keys for identifiers of a Portfolio or Portfolio Group, or 'idTypeScope', 'idTypeCode', 'code' as keys for identifiers of a Person or Legal Entity.
The identifier of the other related entity in the relationship. It contains 'scope' and 'code' as keys for identifiers of a Portfolio or Portfolio Group, or 'idTypeScope', 'idTypeCode', 'code' as keys for identifiers of a Person or Legal Entity.