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

Counterparty Agreement that is to be stored in the convention data store. There must be only one of these present. More...

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

Public Member Functions

 UpsertCounterpartyAgreementRequest (CounterpartyAgreement counterpartyAgreement=default(CounterpartyAgreement))
 Initializes a new instance of the UpsertCounterpartyAgreementRequest 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 (UpsertCounterpartyAgreementRequest input)
 Returns true if UpsertCounterpartyAgreementRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

CounterpartyAgreement CounterpartyAgreement [get, set]
 Gets or Sets CounterpartyAgreement More...
 

Detailed Description

Counterparty Agreement that is to be stored in the convention data store. There must be only one of these present.

Constructor & Destructor Documentation

◆ UpsertCounterpartyAgreementRequest() [1/2]

Lusid.Sdk.Model.UpsertCounterpartyAgreementRequest.UpsertCounterpartyAgreementRequest ( )
inlineprotected

Initializes a new instance of the UpsertCounterpartyAgreementRequest class.

◆ UpsertCounterpartyAgreementRequest() [2/2]

Lusid.Sdk.Model.UpsertCounterpartyAgreementRequest.UpsertCounterpartyAgreementRequest ( CounterpartyAgreement  counterpartyAgreement = default(CounterpartyAgreement))
inline

Initializes a new instance of the UpsertCounterpartyAgreementRequest class.

Parameters
counterpartyAgreementcounterpartyAgreement (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertCounterpartyAgreementRequest instances are equal

Parameters
inputInstance of UpsertCounterpartyAgreementRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CounterpartyAgreement

CounterpartyAgreement Lusid.Sdk.Model.UpsertCounterpartyAgreementRequest.CounterpartyAgreement
getset

Gets or Sets CounterpartyAgreement


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