FieldValue
More...
|
| | FieldValue (string value=default(string), Dictionary< string, string > fields=default(Dictionary< string, string >), Dictionary< string, decimal > numericFields=default(Dictionary< string, decimal >)) |
| | Initializes a new instance of the FieldValue 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 (FieldValue input) |
| | Returns true if FieldValue instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
◆ FieldValue() [1/2]
| Lusid.Sdk.Model.FieldValue.FieldValue |
( |
| ) |
|
|
inlineprotected |
Initializes a new instance of the FieldValue class.
◆ FieldValue() [2/2]
| Lusid.Sdk.Model.FieldValue.FieldValue |
( |
string |
value = default(string), |
|
|
Dictionary< string, string > |
fields = default(Dictionary<string, string>), |
|
|
Dictionary< string, decimal > |
numericFields = default(Dictionary<string, decimal>) |
|
) |
| |
|
inline |
Initializes a new instance of the FieldValue class.
- Parameters
-
| value | value (required). |
| fields | fields. |
| numericFields | numericFields. |
◆ Equals() [1/2]
| bool Lusid.Sdk.Model.FieldValue.Equals |
( |
FieldValue |
input | ) |
|
|
inline |
Returns true if FieldValue instances are equal
- Parameters
-
- Returns
- Boolean
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.FieldValue.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.FieldValue.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.FieldValue.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.FieldValue.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Fields
| Dictionary<string, string> Lusid.Sdk.Model.FieldValue.Fields |
|
getset |
◆ NumericFields
| Dictionary<string, decimal> Lusid.Sdk.Model.FieldValue.NumericFields |
|
getset |
Gets or Sets NumericFields
◆ Value
| string Lusid.Sdk.Model.FieldValue.Value |
|
getset |
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/FieldValue.cs