|
LUSID C# SDK
|
The value of the property. More...

Public Member Functions | |
| PropertyValue (string labelValue=default(string), MetricValue metricValue=default(MetricValue), LabelValueSet labelValueSet=default(LabelValueSet)) | |
| Initializes a new instance of the PropertyValue 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 (PropertyValue input) |
| Returns true if PropertyValue instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Properties | |
| string | LabelValue [get, set] |
| The text value of a property defined as having the 'Label' type. More... | |
| MetricValue | MetricValue [get, set] |
| Gets or Sets MetricValue More... | |
| LabelValueSet | LabelValueSet [get, set] |
| Gets or Sets LabelValueSet More... | |
The value of the property.
|
inline |
Initializes a new instance of the PropertyValue class.
| labelValue | The text value of a property defined as having the 'Label' type.. |
| metricValue | metricValue. |
| labelValueSet | labelValueSet. |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if PropertyValue instances are equal
| input | Instance of PropertyValue to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
The text value of a property defined as having the 'Label' type.
The text value of a property defined as having the 'Label' type.
|
getset |
Gets or Sets LabelValueSet
|
getset |
Gets or Sets MetricValue