The schema of an contributing part of a valid LUSID resource identifier
More...
|
| int | Index [get, set] |
| | The typical index in the identifier in which this part appears More...
|
| |
| string | Name [get, set] |
| | The name of the identifier part that can/should be provided for this resource type More...
|
| |
| string | DisplayName [get, set] |
| | The display name of the identifier part More...
|
| |
| string | Description [get, set] |
| | A brief description of the point of this identifier part More...
|
| |
| bool | Required [get, set] |
| | Whether a value is required to be provided More...
|
| |
| List< Link > | Links [get, set] |
| | Collection of links. More...
|
| |
The schema of an contributing part of a valid LUSID resource identifier
◆ IdentifierPartSchema() [1/2]
| Lusid.Sdk.Model.IdentifierPartSchema.IdentifierPartSchema |
( |
| ) |
|
|
inlineprotected |
◆ IdentifierPartSchema() [2/2]
| Lusid.Sdk.Model.IdentifierPartSchema.IdentifierPartSchema |
( |
int |
index = default(int), |
|
|
string |
name = default(string), |
|
|
string |
displayName = default(string), |
|
|
string |
description = default(string), |
|
|
bool |
required = default(bool), |
|
|
List< Link > |
links = default(List<Link>) |
|
) |
| |
|
inline |
Initializes a new instance of the IdentifierPartSchema class.
- Parameters
-
| index | The typical index in the identifier in which this part appears (required). |
| name | The name of the identifier part that can/should be provided for this resource type (required). |
| displayName | The display name of the identifier part (required). |
| description | A brief description of the point of this identifier part (required). |
| required | Whether a value is required to be provided (required). |
| links | Collection of links.. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.IdentifierPartSchema.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.IdentifierPartSchema.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.IdentifierPartSchema.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.IdentifierPartSchema.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Description
| string Lusid.Sdk.Model.IdentifierPartSchema.Description |
|
getset |
A brief description of the point of this identifier part
A brief description of the point of this identifier part
◆ DisplayName
| string Lusid.Sdk.Model.IdentifierPartSchema.DisplayName |
|
getset |
The display name of the identifier part
The display name of the identifier part
◆ Index
| int Lusid.Sdk.Model.IdentifierPartSchema.Index |
|
getset |
The typical index in the identifier in which this part appears
The typical index in the identifier in which this part appears
◆ Links
| List<Link> Lusid.Sdk.Model.IdentifierPartSchema.Links |
|
getset |
Collection of links.
Collection of links.
◆ Name
| string Lusid.Sdk.Model.IdentifierPartSchema.Name |
|
getset |
The name of the identifier part that can/should be provided for this resource type
The name of the identifier part that can/should be provided for this resource type
◆ Required
| bool Lusid.Sdk.Model.IdentifierPartSchema.Required |
|
getset |
Whether a value is required to be provided
Whether a value is required to be provided
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/stable/sdk/Lusid.Sdk/Model/IdentifierPartSchema.cs