|
LUSID C# SDK
|
The set of string labels in a multi-value property. More...

Public Member Functions | |
| LabelValueSet (List< string > values=default(List< string >)) | |
| Initializes a new instance of the LabelValueSet 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 (LabelValueSet input) |
| Returns true if LabelValueSet instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| LabelValueSet () | |
| Initializes a new instance of the LabelValueSet class. More... | |
Properties | |
| List< string > | Values [get, set] |
| Gets or Sets Values More... | |
The set of string labels in a multi-value property.
|
inlineprotected |
Initializes a new instance of the LabelValueSet class.
|
inline |
Initializes a new instance of the LabelValueSet class.
| values | values (required). |
|
inline |
Returns true if LabelValueSet instances are equal
| input | Instance of LabelValueSet to be compared |
|
inline |
Returns true if objects are equal
| input | Object 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 |
Gets or Sets Values