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

ReferenceData More...

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

Public Member Functions

 ReferenceData (List< FieldDefinition > fieldDefinitions=default(List< FieldDefinition >), List< FieldValue > values=default(List< FieldValue >))
 Initializes a new instance of the ReferenceData 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 (ReferenceData input)
 Returns true if ReferenceData instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

List< FieldDefinitionFieldDefinitions [get, set]
 Gets or Sets FieldDefinitions More...
 
List< FieldValueValues [get, set]
 Gets or Sets Values More...
 

Detailed Description

ReferenceData

Constructor & Destructor Documentation

◆ ReferenceData() [1/2]

Lusid.Sdk.Model.ReferenceData.ReferenceData ( )
inlineprotected

Initializes a new instance of the ReferenceData class.

◆ ReferenceData() [2/2]

Lusid.Sdk.Model.ReferenceData.ReferenceData ( List< FieldDefinition fieldDefinitions = default(List<FieldDefinition>),
List< FieldValue values = default(List<FieldValue>) 
)
inline

Initializes a new instance of the ReferenceData class.

Parameters
fieldDefinitionsfieldDefinitions (required).
valuesvalues (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if ReferenceData instances are equal

Parameters
inputInstance of ReferenceData to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ FieldDefinitions

List<FieldDefinition> Lusid.Sdk.Model.ReferenceData.FieldDefinitions
getset

Gets or Sets FieldDefinitions

◆ Values

List<FieldValue> Lusid.Sdk.Model.ReferenceData.Values
getset

Gets or Sets Values


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