|
LUSID C# SDK
|
Representation of Legal Entity on LUSID API More...

Public Member Functions | |
| LegalEntity (string displayName=default(string), string description=default(string), string href=default(string), string lusidLegalEntityId=default(string), Dictionary< string, Property > identifiers=default(Dictionary< string, Property >), Dictionary< string, Property > properties=default(Dictionary< string, Property >), CounterpartyRiskInformation counterpartyRiskInformation=default(CounterpartyRiskInformation), Version version=default(Version), List< Link > links=default(List< Link >)) | |
| Initializes a new instance of the LegalEntity 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 (LegalEntity input) |
| Returns true if LegalEntity instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Properties | |
| string | DisplayName [get, set] |
| The display name of the Legal Entity More... | |
| string | Description [get, set] |
| The description of the Legal Entity More... | |
| string | Href [get, set] |
| The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More... | |
| string | LusidLegalEntityId [get, set] |
| The unique LUSID Legal Entity Identifier (LULEID) of the Legal Entity. This field is not populated until further notice. More... | |
| Dictionary< string, Property > | Identifiers [get, set] |
| Unique client-defined identifiers of the Legal Entity. More... | |
| Dictionary< string, Property > | Properties [get, set] |
| A set of properties associated to the Legal Entity. More... | |
| CounterpartyRiskInformation | CounterpartyRiskInformation [get, set] |
| Gets or Sets CounterpartyRiskInformation More... | |
| Version | Version [get, set] |
| Gets or Sets Version More... | |
| List< Link > | Links [get, set] |
| Collection of links. More... | |
Representation of Legal Entity on LUSID API
|
inline |
Initializes a new instance of the LegalEntity class.
| displayName | The display name of the Legal Entity. |
| description | The description of the Legal Entity. |
| href | The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.. |
| lusidLegalEntityId | The unique LUSID Legal Entity Identifier (LULEID) of the Legal Entity. This field is not populated until further notice.. |
| identifiers | Unique client-defined identifiers of the Legal Entity.. |
| properties | A set of properties associated to the Legal Entity.. |
| counterpartyRiskInformation | counterpartyRiskInformation. |
| version | version. |
| links | Collection of links.. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if LegalEntity instances are equal
| input | Instance of LegalEntity to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Gets or Sets CounterpartyRiskInformation
|
getset |
The description of the Legal Entity
The description of the Legal Entity
|
getset |
The display name of the Legal Entity
The display name of the Legal Entity
|
getset |
The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.
The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.
|
getset |
Unique client-defined identifiers of the Legal Entity.
Unique client-defined identifiers of the Legal Entity.
|
getset |
Collection of links.
Collection of links.
|
getset |
The unique LUSID Legal Entity Identifier (LULEID) of the Legal Entity. This field is not populated until further notice.
The unique LUSID Legal Entity Identifier (LULEID) of the Legal Entity. This field is not populated until further notice.
|
getset |
A set of properties associated to the Legal Entity.
A set of properties associated to the Legal Entity.
1.8.13