DataMapKey
More...
|
string | VarVersion [get, set] |
| The version of the mappings. It is possible that a client will wish to update mappings over time. The version identifies the MAJOR.MINOR.PATCH version of the mappings that the client assigns it. More...
|
|
string | Code [get, set] |
| A unique name to semantically identify the mapping set. More...
|
|
◆ DataMapKey()
Lusid.Sdk.Model.DataMapKey.DataMapKey |
( |
string |
varVersion = default(string) , |
|
|
string |
code = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the DataMapKey class.
- Parameters
-
varVersion | The version of the mappings. It is possible that a client will wish to update mappings over time. The version identifies the MAJOR.MINOR.PATCH version of the mappings that the client assigns it.. |
code | A unique name to semantically identify the mapping set.. |
◆ Equals() [1/2]
bool Lusid.Sdk.Model.DataMapKey.Equals |
( |
DataMapKey |
input | ) |
|
|
inline |
Returns true if DataMapKey instances are equal
- Parameters
-
- Returns
- Boolean
◆ Equals() [2/2]
override bool Lusid.Sdk.Model.DataMapKey.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
override int Lusid.Sdk.Model.DataMapKey.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
virtual string Lusid.Sdk.Model.DataMapKey.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
override string Lusid.Sdk.Model.DataMapKey.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Code
string Lusid.Sdk.Model.DataMapKey.Code |
|
getset |
A unique name to semantically identify the mapping set.
A unique name to semantically identify the mapping set.
◆ VarVersion
string Lusid.Sdk.Model.DataMapKey.VarVersion |
|
getset |
The version of the mappings. It is possible that a client will wish to update mappings over time. The version identifies the MAJOR.MINOR.PATCH version of the mappings that the client assigns it.
The version of the mappings. It is possible that a client will wish to update mappings over time. The version identifies the MAJOR.MINOR.PATCH version of the mappings that the client assigns it.
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/DataMapKey.cs