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

The ReferenceData relevant to the property. The ReferenceData is taken from the DataType on the PropertyDefinition that defines the Property. Only ReferenceData where the ReferenceData value matches the Property value is included. More...

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

Public Member Functions

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

Properties

string StringValue [get, set]
 Gets or Sets StringValue More...
 
decimal? NumericValue [get, set]
 Gets or Sets NumericValue More...
 

Detailed Description

The ReferenceData relevant to the property. The ReferenceData is taken from the DataType on the PropertyDefinition that defines the Property. Only ReferenceData where the ReferenceData value matches the Property value is included.

Constructor & Destructor Documentation

◆ PropertyReferenceDataValue()

Lusid.Sdk.Model.PropertyReferenceDataValue.PropertyReferenceDataValue ( string  stringValue = default(string),
decimal?  numericValue = default(decimal?) 
)
inline

Initializes a new instance of the PropertyReferenceDataValue class.

Parameters
stringValuestringValue.
numericValuenumericValue.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PropertyReferenceDataValue instances are equal

Parameters
inputInstance of PropertyReferenceDataValue to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ NumericValue

decimal? Lusid.Sdk.Model.PropertyReferenceDataValue.NumericValue
getset

Gets or Sets NumericValue

◆ StringValue

string Lusid.Sdk.Model.PropertyReferenceDataValue.StringValue
getset

Gets or Sets StringValue


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