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

RelationalDataPointResponse More...

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

Public Member Functions

 RelationalDataPointResponse (ResourceId relationalDatasetDefinitionId=default(ResourceId), RelationalDataSeriesResponse dataSeries=default(RelationalDataSeriesResponse), DateTimeOffset effectiveAt=default(DateTimeOffset), Dictionary< string, RelationalDataPointFieldValueResponse > valueFields=default(Dictionary< string, RelationalDataPointFieldValueResponse >), Dictionary< string, RelationalDataPointFieldValueResponse > metaDataFields=default(Dictionary< string, RelationalDataPointFieldValueResponse >), string effectiveAtEntered=default(string), DataPointVersion dataPointVersion=default(DataPointVersion))
 Initializes a new instance of the RelationalDataPointResponse 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 (RelationalDataPointResponse input)
 Returns true if RelationalDataPointResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 RelationalDataPointResponse ()
 Initializes a new instance of the RelationalDataPointResponse class. More...
 

Properties

ResourceId RelationalDatasetDefinitionId [get, set]
 Gets or Sets RelationalDatasetDefinitionId More...
 
RelationalDataSeriesResponse DataSeries [get, set]
 Gets or Sets DataSeries More...
 
DateTimeOffset EffectiveAt [get, set]
 The effectiveAt or cut-label datetime of the DataPoint. More...
 
Dictionary< string, RelationalDataPointFieldValueResponseValueFields [get, set]
 The values associated with the DataPoint, structured according to the FieldSchema of the parent RelationalDatasetDefinition. More...
 
Dictionary< string, RelationalDataPointFieldValueResponseMetaDataFields [get, set]
 The metadata associated with the DataPoint, structured according to the FieldSchema of the parent RelationalDatasetDefinition. More...
 
string EffectiveAtEntered [get, set]
 The effectiveAt datetime as entered when the DataPoint was created. More...
 
DataPointVersion DataPointVersion [get, set]
 Gets or Sets DataPointVersion More...
 

Detailed Description

RelationalDataPointResponse

Constructor & Destructor Documentation

◆ RelationalDataPointResponse() [1/2]

Lusid.Sdk.Model.RelationalDataPointResponse.RelationalDataPointResponse ( )
inlineprotected

Initializes a new instance of the RelationalDataPointResponse class.

◆ RelationalDataPointResponse() [2/2]

Lusid.Sdk.Model.RelationalDataPointResponse.RelationalDataPointResponse ( ResourceId  relationalDatasetDefinitionId = default(ResourceId),
RelationalDataSeriesResponse  dataSeries = default(RelationalDataSeriesResponse),
DateTimeOffset  effectiveAt = default(DateTimeOffset),
Dictionary< string, RelationalDataPointFieldValueResponse valueFields = default(Dictionary<string, RelationalDataPointFieldValueResponse>),
Dictionary< string, RelationalDataPointFieldValueResponse metaDataFields = default(Dictionary<string, RelationalDataPointFieldValueResponse>),
string  effectiveAtEntered = default(string),
DataPointVersion  dataPointVersion = default(DataPointVersion) 
)
inline

Initializes a new instance of the RelationalDataPointResponse class.

Parameters
relationalDatasetDefinitionIdrelationalDatasetDefinitionId (required).
dataSeriesdataSeries (required).
effectiveAtThe effectiveAt or cut-label datetime of the DataPoint. (required).
valueFieldsThe values associated with the DataPoint, structured according to the FieldSchema of the parent RelationalDatasetDefinition. (required).
metaDataFieldsThe metadata associated with the DataPoint, structured according to the FieldSchema of the parent RelationalDatasetDefinition. (required).
effectiveAtEnteredThe effectiveAt datetime as entered when the DataPoint was created. (required).
dataPointVersiondataPointVersion.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RelationalDataPointResponse instances are equal

Parameters
inputInstance of RelationalDataPointResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DataPointVersion

DataPointVersion Lusid.Sdk.Model.RelationalDataPointResponse.DataPointVersion
getset

Gets or Sets DataPointVersion

◆ DataSeries

RelationalDataSeriesResponse Lusid.Sdk.Model.RelationalDataPointResponse.DataSeries
getset

Gets or Sets DataSeries

◆ EffectiveAt

DateTimeOffset Lusid.Sdk.Model.RelationalDataPointResponse.EffectiveAt
getset

The effectiveAt or cut-label datetime of the DataPoint.

The effectiveAt or cut-label datetime of the DataPoint.

◆ EffectiveAtEntered

string Lusid.Sdk.Model.RelationalDataPointResponse.EffectiveAtEntered
getset

The effectiveAt datetime as entered when the DataPoint was created.

The effectiveAt datetime as entered when the DataPoint was created.

◆ MetaDataFields

Dictionary<string, RelationalDataPointFieldValueResponse> Lusid.Sdk.Model.RelationalDataPointResponse.MetaDataFields
getset

The metadata associated with the DataPoint, structured according to the FieldSchema of the parent RelationalDatasetDefinition.

The metadata associated with the DataPoint, structured according to the FieldSchema of the parent RelationalDatasetDefinition.

◆ RelationalDatasetDefinitionId

ResourceId Lusid.Sdk.Model.RelationalDataPointResponse.RelationalDatasetDefinitionId
getset

Gets or Sets RelationalDatasetDefinitionId

◆ ValueFields

Dictionary<string, RelationalDataPointFieldValueResponse> Lusid.Sdk.Model.RelationalDataPointResponse.ValueFields
getset

The values associated with the DataPoint, structured according to the FieldSchema of the parent RelationalDatasetDefinition.

The values associated with the DataPoint, structured according to the FieldSchema of the parent RelationalDatasetDefinition.


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