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

UpdateSeriesIdentifierField More...

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

Public Member Functions

 UpdateSeriesIdentifierField (string fieldName=default(string), string displayName=default(string), string description=default(string), ResourceId dataTypeId=default(ResourceId), bool required=default(bool))
 Initializes a new instance of the UpdateSeriesIdentifierField 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 (UpdateSeriesIdentifierField input)
 Returns true if UpdateSeriesIdentifierField instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string FieldName [get, set]
 The unique identifier for the field within the dataset. More...
 
string DisplayName [get, set]
 A user-friendly display name for the field. More...
 
string Description [get, set]
 A detailed description of the field and its purpose. More...
 
ResourceId DataTypeId [get, set]
 Gets or Sets DataTypeId More...
 
bool Required [get, set]
 Whether this field is mandatory in the dataset. More...
 

Detailed Description

UpdateSeriesIdentifierField

Constructor & Destructor Documentation

◆ UpdateSeriesIdentifierField() [1/2]

Lusid.Sdk.Model.UpdateSeriesIdentifierField.UpdateSeriesIdentifierField ( )
inlineprotected

Initializes a new instance of the UpdateSeriesIdentifierField class.

◆ UpdateSeriesIdentifierField() [2/2]

Lusid.Sdk.Model.UpdateSeriesIdentifierField.UpdateSeriesIdentifierField ( string  fieldName = default(string),
string  displayName = default(string),
string  description = default(string),
ResourceId  dataTypeId = default(ResourceId),
bool  required = default(bool) 
)
inline

Initializes a new instance of the UpdateSeriesIdentifierField class.

Parameters
fieldNameThe unique identifier for the field within the dataset. (required).
displayNameA user-friendly display name for the field..
descriptionA detailed description of the field and its purpose..
dataTypeIddataTypeId (required).
requiredWhether this field is mandatory in the dataset. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpdateSeriesIdentifierField instances are equal

Parameters
inputInstance of UpdateSeriesIdentifierField to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DataTypeId

ResourceId Lusid.Sdk.Model.UpdateSeriesIdentifierField.DataTypeId
getset

Gets or Sets DataTypeId

◆ Description

string Lusid.Sdk.Model.UpdateSeriesIdentifierField.Description
getset

A detailed description of the field and its purpose.

A detailed description of the field and its purpose.

◆ DisplayName

string Lusid.Sdk.Model.UpdateSeriesIdentifierField.DisplayName
getset

A user-friendly display name for the field.

A user-friendly display name for the field.

◆ FieldName

string Lusid.Sdk.Model.UpdateSeriesIdentifierField.FieldName
getset

The unique identifier for the field within the dataset.

The unique identifier for the field within the dataset.

◆ Required

bool Lusid.Sdk.Model.UpdateSeriesIdentifierField.Required
getset

Whether this field is mandatory in the dataset.

Whether this field is mandatory in the dataset.


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