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

When importing data from an external source there are essentially three levels of interaction with LUSID. (1) The data is a raw document that LUSID does not understand. You can store and retrieve it but it does not full interact with other documents inside LUSID (2) The data has a map from fields and paths to 'properties' in LUSID. In essence, LUSID can then treat the data as weakly typed (decimal, string) data that can be returned through queries and where various aggregation requests will then work. (3) The data is fully translatable into LUSID and understood, in some sense, natively. This means that it can be used for context sensitive calculations such as pricing or risk calculations. The data map object is designed to allow data to transition from step 1 to 2 and in some cases as an alternative for step 2 to 3. More...

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

Public Member Functions

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

Properties

List< DataDefinitionDataDefinitions [get, set]
 A map from LUSID item keys to data definitions that define the names, types and degree of uniqueness of data provided to LUSID in structured data stores. More...
 

Detailed Description

When importing data from an external source there are essentially three levels of interaction with LUSID. (1) The data is a raw document that LUSID does not understand. You can store and retrieve it but it does not full interact with other documents inside LUSID (2) The data has a map from fields and paths to &#39;properties&#39; in LUSID. In essence, LUSID can then treat the data as weakly typed (decimal, string) data that can be returned through queries and where various aggregation requests will then work. (3) The data is fully translatable into LUSID and understood, in some sense, natively. This means that it can be used for context sensitive calculations such as pricing or risk calculations. The data map object is designed to allow data to transition from step 1 to 2 and in some cases as an alternative for step 2 to 3.

Constructor & Destructor Documentation

◆ DataMapping()

Lusid.Sdk.Model.DataMapping.DataMapping ( List< DataDefinition dataDefinitions = default(List<DataDefinition>))
inline

Initializes a new instance of the DataMapping class.

Parameters
dataDefinitionsA map from LUSID item keys to data definitions that define the names, types and degree of uniqueness of data provided to LUSID in structured data stores..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if DataMapping instances are equal

Parameters
inputInstance of DataMapping to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.DataMapping.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.DataMapping.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.DataMapping.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DataDefinitions

List<DataDefinition> Lusid.Sdk.Model.DataMapping.DataDefinitions
getset

A map from LUSID item keys to data definitions that define the names, types and degree of uniqueness of data provided to LUSID in structured data stores.

A map from LUSID item keys to data definitions that define the names, types and degree of uniqueness of data provided to LUSID in structured data stores.


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