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

SeriesDefinitionRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string ShareClassCode [get, set]
 The code of the Share Class this Series belongs to. More...
 
List< SeriesDefinitionSeriesDefinitions [get, set]
 The definitions of the Series to add to the Share Class. More...
 

Detailed Description

SeriesDefinitionRequest

Constructor & Destructor Documentation

◆ SeriesDefinitionRequest() [1/2]

Lusid.Sdk.Model.SeriesDefinitionRequest.SeriesDefinitionRequest ( )
inlineprotected

Initializes a new instance of the SeriesDefinitionRequest class.

◆ SeriesDefinitionRequest() [2/2]

Lusid.Sdk.Model.SeriesDefinitionRequest.SeriesDefinitionRequest ( string  shareClassCode = default(string),
List< SeriesDefinition seriesDefinitions = default(List<SeriesDefinition>) 
)
inline

Initializes a new instance of the SeriesDefinitionRequest class.

Parameters
shareClassCodeThe code of the Share Class this Series belongs to. (required).
seriesDefinitionsThe definitions of the Series to add to the Share Class. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SeriesDefinitionRequest instances are equal

Parameters
inputInstance of SeriesDefinitionRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ SeriesDefinitions

List<SeriesDefinition> Lusid.Sdk.Model.SeriesDefinitionRequest.SeriesDefinitions
getset

The definitions of the Series to add to the Share Class.

The definitions of the Series to add to the Share Class.

◆ ShareClassCode

string Lusid.Sdk.Model.SeriesDefinitionRequest.ShareClassCode
getset

The code of the Share Class this Series belongs to.

The code of the Share Class this Series belongs to.


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