UpdateSeriesIdentifierField
More...
◆ UpdateSeriesIdentifierField() [1/2]
| Lusid.Sdk.Model.UpdateSeriesIdentifierField.UpdateSeriesIdentifierField |
( |
| ) |
|
|
inlineprotected |
◆ 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
-
| fieldName | The unique identifier for the field within the dataset. (required). |
| displayName | A user-friendly display name for the field.. |
| description | A detailed description of the field and its purpose.. |
| dataTypeId | dataTypeId (required). |
| required | Whether this field is mandatory in the dataset. (required). |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.UpdateSeriesIdentifierField.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
◆ 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
◆ DataTypeId
| ResourceId Lusid.Sdk.Model.UpdateSeriesIdentifierField.DataTypeId |
|
getset |
◆ 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:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/UpdateSeriesIdentifierField.cs