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

Request to create or update an legal entity More...

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

Public Member Functions

 UpsertLegalEntityRequest (Dictionary< string, Property > identifiers=default(Dictionary< string, Property >), Dictionary< string, Property > properties=default(Dictionary< string, Property >), string displayName=default(string), string description=default(string), CounterpartyRiskInformation counterpartyRiskInformation=default(CounterpartyRiskInformation))
 Initializes a new instance of the UpsertLegalEntityRequest 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 (UpsertLegalEntityRequest input)
 Returns true if UpsertLegalEntityRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

Dictionary< string, PropertyIdentifiers [get, set]
 The identifiers the legal entity will be upserted with.The provided keys should be idTypeScope, idTypeCode, code More...
 
Dictionary< string, PropertyProperties [get, set]
 A set of properties associated to the Legal Entity. More...
 
string DisplayName [get, set]
 The display name of the Legal Entity More...
 
string Description [get, set]
 The description of the Legal Entity More...
 
CounterpartyRiskInformation CounterpartyRiskInformation [get, set]
 Gets or Sets CounterpartyRiskInformation More...
 

Detailed Description

Request to create or update an legal entity

Constructor & Destructor Documentation

◆ UpsertLegalEntityRequest() [1/2]

Lusid.Sdk.Model.UpsertLegalEntityRequest.UpsertLegalEntityRequest ( )
inlineprotected

Initializes a new instance of the UpsertLegalEntityRequest class.

◆ UpsertLegalEntityRequest() [2/2]

Lusid.Sdk.Model.UpsertLegalEntityRequest.UpsertLegalEntityRequest ( Dictionary< string, Property identifiers = default(Dictionary<string, Property>),
Dictionary< string, Property properties = default(Dictionary<string, Property>),
string  displayName = default(string),
string  description = default(string),
CounterpartyRiskInformation  counterpartyRiskInformation = default(CounterpartyRiskInformation) 
)
inline

Initializes a new instance of the UpsertLegalEntityRequest class.

Parameters
identifiersThe identifiers the legal entity will be upserted with.The provided keys should be idTypeScope, idTypeCode, code (required).
propertiesA set of properties associated to the Legal Entity..
displayNameThe display name of the Legal Entity (required).
descriptionThe description of the Legal Entity.
counterpartyRiskInformationcounterpartyRiskInformation.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertLegalEntityRequest instances are equal

Parameters
inputInstance of UpsertLegalEntityRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CounterpartyRiskInformation

CounterpartyRiskInformation Lusid.Sdk.Model.UpsertLegalEntityRequest.CounterpartyRiskInformation
getset

◆ Description

string Lusid.Sdk.Model.UpsertLegalEntityRequest.Description
getset

The description of the Legal Entity

The description of the Legal Entity

◆ DisplayName

string Lusid.Sdk.Model.UpsertLegalEntityRequest.DisplayName
getset

The display name of the Legal Entity

The display name of the Legal Entity

◆ Identifiers

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

The identifiers the legal entity will be upserted with.The provided keys should be idTypeScope, idTypeCode, code

The identifiers the legal entity will be upserted with.The provided keys should be idTypeScope, idTypeCode, code

◆ Properties

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

A set of properties associated to the Legal Entity.

A set of properties associated to the Legal Entity.


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