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

The request used to create a Fund. More...

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

Public Member Functions

 SetShareClassInstrumentsRequest (List< string > shareClassInstrumentScopes=default(List< string >), List< InstrumentResolutionDetail > shareClassInstruments=default(List< InstrumentResolutionDetail >))
 Initializes a new instance of the SetShareClassInstrumentsRequest 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 (SetShareClassInstrumentsRequest input)
 Returns true if SetShareClassInstrumentsRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

List< string > ShareClassInstrumentScopes [get, set]
 The scopes in which the instruments lie, currently limited to one. More...
 
List< InstrumentResolutionDetailShareClassInstruments [get, set]
 Details the user-provided instrument identifiers and the instrument resolved from them. More...
 

Detailed Description

The request used to create a Fund.

Constructor & Destructor Documentation

◆ SetShareClassInstrumentsRequest() [1/2]

Lusid.Sdk.Model.SetShareClassInstrumentsRequest.SetShareClassInstrumentsRequest ( )
inlineprotected

Initializes a new instance of the SetShareClassInstrumentsRequest class.

◆ SetShareClassInstrumentsRequest() [2/2]

Lusid.Sdk.Model.SetShareClassInstrumentsRequest.SetShareClassInstrumentsRequest ( List< string >  shareClassInstrumentScopes = default(List<string>),
List< InstrumentResolutionDetail shareClassInstruments = default(List<InstrumentResolutionDetail>) 
)
inline

Initializes a new instance of the SetShareClassInstrumentsRequest class.

Parameters
shareClassInstrumentScopesThe scopes in which the instruments lie, currently limited to one. (required).
shareClassInstrumentsDetails the user-provided instrument identifiers and the instrument resolved from them. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SetShareClassInstrumentsRequest instances are equal

Parameters
inputInstance of SetShareClassInstrumentsRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ShareClassInstruments

List<InstrumentResolutionDetail> Lusid.Sdk.Model.SetShareClassInstrumentsRequest.ShareClassInstruments
getset

Details the user-provided instrument identifiers and the instrument resolved from them.

Details the user-provided instrument identifiers and the instrument resolved from them.

◆ ShareClassInstrumentScopes

List<string> Lusid.Sdk.Model.SetShareClassInstrumentsRequest.ShareClassInstrumentScopes
getset

The scopes in which the instruments lie, currently limited to one.

The scopes in which the instruments lie, currently limited to one.


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