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

Representation of Legal Entity on LUSID API More...

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

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 >), List< Relationship > relationships=default(List< Relationship >), CounterpartyRiskInformation counterpartyRiskInformation=default(CounterpartyRiskInformation), ModelVersion version=default(ModelVersion), 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 of the Legal Entity. More...
 
Dictionary< string, PropertyIdentifiers [get, set]
 Unique client-defined identifiers of the Legal Entity. More...
 
Dictionary< string, PropertyProperties [get, set]
 A set of properties associated to the Legal Entity. More...
 
List< RelationshipRelationships [get, set]
 A set of relationships associated to the Legal Entity. More...
 
CounterpartyRiskInformation CounterpartyRiskInformation [get, set]
 Gets or Sets CounterpartyRiskInformation More...
 
ModelVersion _Version [get, set]
 Gets or Sets _Version More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

Representation of Legal Entity on LUSID API

Constructor & Destructor Documentation

◆ LegalEntity()

Lusid.Sdk.Model.LegalEntity.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>),
List< Relationship relationships = default(List<Relationship>),
CounterpartyRiskInformation  counterpartyRiskInformation = default(CounterpartyRiskInformation),
ModelVersion  version = default(ModelVersion),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the LegalEntity class.

Parameters
displayNameThe display name of the Legal Entity.
descriptionThe description of the Legal Entity.
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
lusidLegalEntityIdThe unique LUSID Legal Entity Identifier of the Legal Entity..
identifiersUnique client-defined identifiers of the Legal Entity..
propertiesA set of properties associated to the Legal Entity..
relationshipsA set of relationships associated to the Legal Entity..
counterpartyRiskInformationcounterpartyRiskInformation.
versionversion.
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if LegalEntity instances are equal

Parameters
inputInstance of LegalEntity to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

ModelVersion Lusid.Sdk.Model.LegalEntity._Version
getset

Gets or Sets _Version

◆ CounterpartyRiskInformation

CounterpartyRiskInformation Lusid.Sdk.Model.LegalEntity.CounterpartyRiskInformation
getset

◆ Description

string Lusid.Sdk.Model.LegalEntity.Description
getset

The description of the Legal Entity

The description of the Legal Entity

◆ DisplayName

string Lusid.Sdk.Model.LegalEntity.DisplayName
getset

The display name of the Legal Entity

The display name of the Legal Entity

◆ Href

string Lusid.Sdk.Model.LegalEntity.Href
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.

◆ Identifiers

Dictionary<string, Property> Lusid.Sdk.Model.LegalEntity.Identifiers
getset

Unique client-defined identifiers of the Legal Entity.

Unique client-defined identifiers of the Legal Entity.

◆ Links

List<Link> Lusid.Sdk.Model.LegalEntity.Links
getset

Gets or Sets Links

◆ LusidLegalEntityId

string Lusid.Sdk.Model.LegalEntity.LusidLegalEntityId
getset

The unique LUSID Legal Entity Identifier of the Legal Entity.

The unique LUSID Legal Entity Identifier of the Legal Entity.

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.LegalEntity.Properties
getset

A set of properties associated to the Legal Entity.

A set of properties associated to the Legal Entity.

◆ Relationships

List<Relationship> Lusid.Sdk.Model.LegalEntity.Relationships
getset

A set of relationships associated to the Legal Entity.

A set of relationships associated to the Legal Entity.


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