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

MetadataFieldsToUpdate More...

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

Public Member Functions

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

Properties

List< MetadataFieldDefinitionMetadataFields [get, set]
 The metadata field definitions for this configuration. More...
 

Detailed Description

MetadataFieldsToUpdate

Constructor & Destructor Documentation

◆ MetadataFieldsToUpdate()

Lusid.Sdk.Model.MetadataFieldsToUpdate.MetadataFieldsToUpdate ( List< MetadataFieldDefinition metadataFields = default(List<MetadataFieldDefinition>))
inline

Initializes a new instance of the MetadataFieldsToUpdate class.

Parameters
metadataFieldsThe metadata field definitions for this configuration..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if MetadataFieldsToUpdate instances are equal

Parameters
inputInstance of MetadataFieldsToUpdate to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ MetadataFields

List<MetadataFieldDefinition> Lusid.Sdk.Model.MetadataFieldsToUpdate.MetadataFields
getset

The metadata field definitions for this configuration.

The metadata field definitions for this configuration.


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