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

CreateSeriesIdentifierField More...

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

Public Member Functions

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

Protected Member Functions

 CreateSeriesIdentifierField ()
 Initializes a new instance of the CreateSeriesIdentifierField 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...
 

Detailed Description

CreateSeriesIdentifierField

Constructor & Destructor Documentation

◆ CreateSeriesIdentifierField() [1/2]

Lusid.Sdk.Model.CreateSeriesIdentifierField.CreateSeriesIdentifierField ( )
inlineprotected

Initializes a new instance of the CreateSeriesIdentifierField class.

◆ CreateSeriesIdentifierField() [2/2]

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

Initializes a new instance of the CreateSeriesIdentifierField 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).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CreateSeriesIdentifierField instances are equal

Parameters
inputInstance of CreateSeriesIdentifierField to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DataTypeId

ResourceId Lusid.Sdk.Model.CreateSeriesIdentifierField.DataTypeId
getset

Gets or Sets DataTypeId

◆ Description

string Lusid.Sdk.Model.CreateSeriesIdentifierField.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.CreateSeriesIdentifierField.DisplayName
getset

A user-friendly display name for the field.

A user-friendly display name for the field.

◆ FieldName

string Lusid.Sdk.Model.CreateSeriesIdentifierField.FieldName
getset

The unique identifier for the field within the dataset.

The unique identifier for the field within the dataset.


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