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

RelationalDatasetFieldsToUpdate More...

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

Public Member Functions

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

Properties

List< UpdateSeriesIdentifierFieldSeriesIdentifiers [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

RelationalDatasetFieldsToUpdate

Constructor & Destructor Documentation

◆ RelationalDatasetFieldsToUpdate()

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

Initializes a new instance of the RelationalDatasetFieldsToUpdate 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.RelationalDatasetFieldsToUpdate.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if RelationalDatasetFieldsToUpdate instances are equal

Parameters
inputInstance of RelationalDatasetFieldsToUpdate to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ SeriesIdentifiers

List<UpdateSeriesIdentifierField> Lusid.Sdk.Model.RelationalDatasetFieldsToUpdate.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.RelationalDatasetFieldsToUpdate.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: