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

UpsertReferencePortfolioConstituentPropertiesRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

Dictionary< string, string > Identifiers [get, set]
 A set of instrument identifiers that can resolve the constituent to a unique instrument. More...
 
Dictionary< string, PerpetualPropertyProperties [get, set]
 The updated collection of properties of the constituent. More...
 

Detailed Description

UpsertReferencePortfolioConstituentPropertiesRequest

Constructor & Destructor Documentation

◆ UpsertReferencePortfolioConstituentPropertiesRequest() [1/2]

Lusid.Sdk.Model.UpsertReferencePortfolioConstituentPropertiesRequest.UpsertReferencePortfolioConstituentPropertiesRequest ( )
inlineprotected

Initializes a new instance of the UpsertReferencePortfolioConstituentPropertiesRequest class.

◆ UpsertReferencePortfolioConstituentPropertiesRequest() [2/2]

Lusid.Sdk.Model.UpsertReferencePortfolioConstituentPropertiesRequest.UpsertReferencePortfolioConstituentPropertiesRequest ( Dictionary< string, string >  identifiers = default(Dictionary<string, string>),
Dictionary< string, PerpetualProperty properties = default(Dictionary<string, PerpetualProperty>) 
)
inline

Initializes a new instance of the UpsertReferencePortfolioConstituentPropertiesRequest class.

Parameters
identifiersA set of instrument identifiers that can resolve the constituent to a unique instrument. (required).
propertiesThe updated collection of properties of the constituent. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpsertReferencePortfolioConstituentPropertiesRequest instances are equal

Parameters
inputInstance of UpsertReferencePortfolioConstituentPropertiesRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Identifiers

Dictionary<string, string> Lusid.Sdk.Model.UpsertReferencePortfolioConstituentPropertiesRequest.Identifiers
getset

A set of instrument identifiers that can resolve the constituent to a unique instrument.

A set of instrument identifiers that can resolve the constituent to a unique instrument.

◆ Properties

Dictionary<string, PerpetualProperty> Lusid.Sdk.Model.UpsertReferencePortfolioConstituentPropertiesRequest.Properties
getset

The updated collection of properties of the constituent.

The updated collection of properties of the constituent.


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