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

The target of a Fund Structure edge, identifying the master node and share class the feeder invests into. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Node [get, set]
 The node code of the master node that is the target of this relationship. More...
 
string ShareClassShortCode [get, set]
 The short code of the share class on the master fund that the feeder invests into. More...
 

Detailed Description

The target of a Fund Structure edge, identifying the master node and share class the feeder invests into.

Constructor & Destructor Documentation

◆ FundStructureEdgeTarget() [1/2]

Lusid.Sdk.Model.FundStructureEdgeTarget.FundStructureEdgeTarget ( )
inlineprotected

Initializes a new instance of the FundStructureEdgeTarget class.

◆ FundStructureEdgeTarget() [2/2]

Lusid.Sdk.Model.FundStructureEdgeTarget.FundStructureEdgeTarget ( string  node = default(string),
string  shareClassShortCode = default(string) 
)
inline

Initializes a new instance of the FundStructureEdgeTarget class.

Parameters
nodeThe node code of the master node that is the target of this relationship. (required).
shareClassShortCodeThe short code of the share class on the master fund that the feeder invests into. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if FundStructureEdgeTarget instances are equal

Parameters
inputInstance of FundStructureEdgeTarget to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Node

string Lusid.Sdk.Model.FundStructureEdgeTarget.Node
getset

The node code of the master node that is the target of this relationship.

The node code of the master node that is the target of this relationship.

◆ ShareClassShortCode

string Lusid.Sdk.Model.FundStructureEdgeTarget.ShareClassShortCode
getset

The short code of the share class on the master fund that the feeder invests into.

The short code of the share class on the master fund that the feeder invests into.


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