|
LUSID C# SDK
|
Result value for a collection of key-value pairs. Used for diagnostics associated to a cash flow, etc. More...

Public Member Functions | |
| ResultValueDictionary (Dictionary< string, ResultValue > elements=default(Dictionary< string, ResultValue >), ResultValueTypeEnum resultValueType=default(ResultValueTypeEnum)) | |
| Initializes a new instance of the ResultValueDictionary class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| override 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 (ResultValueDictionary input) |
| Returns true if ResultValueDictionary instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Public Member Functions inherited from Lusid.Sdk.Model.ResultValue | |
| ResultValue (ResultValueTypeEnum resultValueType=default(ResultValueTypeEnum)) | |
| Initializes a new instance of the ResultValue class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| override bool | Equals (object input) |
| Returns true if objects are equal More... | |
| bool | Equals (ResultValue input) |
| Returns true if ResultValue instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| ResultValueDictionary () | |
| Initializes a new instance of the ResultValueDictionary class. More... | |
| IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
| To validate all properties of the instance More... | |
Protected Member Functions inherited from Lusid.Sdk.Model.ResultValue | |
| ResultValue () | |
| Initializes a new instance of the ResultValue class. More... | |
| IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
| To validate all properties of the instance More... | |
Properties | |
| Dictionary< string, ResultValue > | Elements [get, set] |
| The dictionary elements More... | |
Properties inherited from Lusid.Sdk.Model.ResultValue | |
| ResultValueTypeEnum | ResultValueType [get, set] |
| Available values: ResultValue, ResultValueDictionary, ResultValue0D, ResultValueDecimal, ResultValueInt, ResultValueString, ResultValueBool, ResultValueCurrency, CashFlowValue, CashFlowValueSet, ResultValueLifeCycleEventValue, ResultValueDateTimeOffset. More... | |
Additional Inherited Members | |
Public Types inherited from Lusid.Sdk.Model.ResultValue | |
| enum class | ResultValueTypeEnum { ResultValue = 1 , ResultValueDictionary = 2 , ResultValue0D = 3 , ResultValueDecimal = 4 , ResultValueInt = 5 , ResultValueString = 6 , ResultValueBool = 7 , ResultValueCurrency = 8 , CashFlowValue = 9 , CashFlowValueSet = 10 , ResultValueLifeCycleEventValue = 11 , ResultValueDateTimeOffset = 12 } |
| Available values: ResultValue, ResultValueDictionary, ResultValue0D, ResultValueDecimal, ResultValueInt, ResultValueString, ResultValueBool, ResultValueCurrency, CashFlowValue, CashFlowValueSet, ResultValueLifeCycleEventValue, ResultValueDateTimeOffset. More... | |
Result value for a collection of key-value pairs. Used for diagnostics associated to a cash flow, etc.
|
inlineprotected |
Initializes a new instance of the ResultValueDictionary class.
|
inline |
Initializes a new instance of the ResultValueDictionary class.
| elements | The dictionary elements. |
| resultValueType | Available values: ResultValue, ResultValueDictionary, ResultValue0D, ResultValueDecimal, ResultValueInt, ResultValueString, ResultValueBool, ResultValueCurrency, CashFlowValue, CashFlowValueSet, ResultValueLifeCycleEventValue, ResultValueDateTimeOffset. (required) (default to "ResultValueDictionary"). |
|
inlineprotected |
To validate all properties of the instance
| validationContext | Validation context |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if ResultValueDictionary instances are equal
| input | Instance of ResultValueDictionary to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
Reimplemented from Lusid.Sdk.Model.ResultValue.
|
inline |
Returns the string presentation of the object
|
getset |
The dictionary elements
The dictionary elements