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

The counterpartyAgreement is signed by two parties, one of which is implicitly the LUSID user. The CounterpartySignatory represents the 'other side' of the agreement. It comprises a name and identifier for a Legal Entity in LUSID. More...

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

Public Member Functions

 CounterpartySignatory (string name=default(string), TypedResourceId legalEntityIdentifier=default(TypedResourceId))
 Initializes a new instance of the CounterpartySignatory 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 (CounterpartySignatory input)
 Returns true if CounterpartySignatory instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Name [get, set]
 A user-defined name or label for the counterparty signatory. There is no requirement for this to match the "displayName" of the legal entity. More...
 
TypedResourceId LegalEntityIdentifier [get, set]
 Gets or Sets LegalEntityIdentifier More...
 

Detailed Description

The counterpartyAgreement is signed by two parties, one of which is implicitly the LUSID user. The CounterpartySignatory represents the 'other side' of the agreement. It comprises a name and identifier for a Legal Entity in LUSID.

Constructor & Destructor Documentation

◆ CounterpartySignatory() [1/2]

Lusid.Sdk.Model.CounterpartySignatory.CounterpartySignatory ( )
inlineprotected

Initializes a new instance of the CounterpartySignatory class.

◆ CounterpartySignatory() [2/2]

Lusid.Sdk.Model.CounterpartySignatory.CounterpartySignatory ( string  name = default(string),
TypedResourceId  legalEntityIdentifier = default(TypedResourceId) 
)
inline

Initializes a new instance of the CounterpartySignatory class.

Parameters
nameA user-defined name or label for the counterparty signatory. There is no requirement for this to match the "displayName" of the legal entity. (required).
legalEntityIdentifierlegalEntityIdentifier (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CounterpartySignatory instances are equal

Parameters
inputInstance of CounterpartySignatory to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ LegalEntityIdentifier

TypedResourceId Lusid.Sdk.Model.CounterpartySignatory.LegalEntityIdentifier
getset

Gets or Sets LegalEntityIdentifier

◆ Name

string Lusid.Sdk.Model.CounterpartySignatory.Name
getset

A user-defined name or label for the counterparty signatory. There is no requirement for this to match the "displayName" of the legal entity.

A user-defined name or label for the counterparty signatory. There is no requirement for this to match the "displayName" of the legal entity.


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