LUSID C# SDK
Public Member Functions | Properties | List of all members
Lusid.Sdk.Model.DataMapKey Class Reference

DataMapKey More...

Inheritance diagram for Lusid.Sdk.Model.DataMapKey:
Inheritance graph
[legend]

Public Member Functions

 DataMapKey (string version=default(string), string code=default(string))
 Initializes a new instance of the DataMapKey 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 (DataMapKey input)
 Returns true if DataMapKey instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string _Version [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...
 

Detailed Description

DataMapKey

Constructor & Destructor Documentation

◆ DataMapKey()

Lusid.Sdk.Model.DataMapKey.DataMapKey ( string  version = default(string),
string  code = default(string) 
)
inline

Initializes a new instance of the DataMapKey class.

Parameters
versionThe 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..
codeA unique name to semantically identify the mapping set..

Member Function Documentation

◆ Equals() [1/2]

bool Lusid.Sdk.Model.DataMapKey.Equals ( DataMapKey  input)
inline

Returns true if DataMapKey instances are equal

Parameters
inputInstance of DataMapKey to be compared
Returns
Boolean

◆ Equals() [2/2]

override bool Lusid.Sdk.Model.DataMapKey.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject 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

Property Documentation

◆ _Version

string Lusid.Sdk.Model.DataMapKey._Version
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.

◆ 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.


The documentation for this class was generated from the following file: