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

RelationalDatasetFieldsToAdd More...

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

Public Member Functions

 RelationalDatasetFieldsToAdd (List< CreateSeriesIdentifierField > seriesIdentifiers=default(List< CreateSeriesIdentifierField >), List< RelationalDatasetFieldDefinition > valueAndMetadataFields=default(List< RelationalDatasetFieldDefinition >))
 Initializes a new instance of the RelationalDatasetFieldsToAdd 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 (RelationalDatasetFieldsToAdd input)
 Returns true if RelationalDatasetFieldsToAdd instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

List< CreateSeriesIdentifierFieldSeriesIdentifiers [get, set]
 The schema defining the structure and data types of the relational dataset. More...
 
List< RelationalDatasetFieldDefinitionValueAndMetadataFields [get, set]
 The schema defining the structure and data types of the relational dataset. More...
 

Detailed Description

RelationalDatasetFieldsToAdd

Constructor & Destructor Documentation

◆ RelationalDatasetFieldsToAdd()

Lusid.Sdk.Model.RelationalDatasetFieldsToAdd.RelationalDatasetFieldsToAdd ( List< CreateSeriesIdentifierField seriesIdentifiers = default(List<CreateSeriesIdentifierField>),
List< RelationalDatasetFieldDefinition valueAndMetadataFields = default(List<RelationalDatasetFieldDefinition>) 
)
inline

Initializes a new instance of the RelationalDatasetFieldsToAdd class.

Parameters
seriesIdentifiersThe schema defining the structure and data types of the relational dataset..
valueAndMetadataFieldsThe schema defining the structure and data types of the relational dataset..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RelationalDatasetFieldsToAdd instances are equal

Parameters
inputInstance of RelationalDatasetFieldsToAdd to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ SeriesIdentifiers

List<CreateSeriesIdentifierField> Lusid.Sdk.Model.RelationalDatasetFieldsToAdd.SeriesIdentifiers
getset

The schema defining the structure and data types of the relational dataset.

The schema defining the structure and data types of the relational dataset.

◆ ValueAndMetadataFields

List<RelationalDatasetFieldDefinition> Lusid.Sdk.Model.RelationalDatasetFieldsToAdd.ValueAndMetadataFields
getset

The schema defining the structure and data types of the relational dataset.

The schema defining the structure and data types of the relational dataset.


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