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

The schema of an contributing part of a valid LUSID resource identifier More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

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< LinkLinks [get, set]
 Collection of links. More...
 

Detailed Description

The schema of an contributing part of a valid LUSID resource identifier

Constructor & Destructor Documentation

◆ IdentifierPartSchema() [1/2]

Lusid.Sdk.Model.IdentifierPartSchema.IdentifierPartSchema ( )
inlineprotected

Initializes a new instance of the IdentifierPartSchema class.

◆ 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
indexThe typical index in the identifier in which this part appears (required).
nameThe name of the identifier part that can/should be provided for this resource type (required).
displayNameThe display name of the identifier part (required).
descriptionA brief description of the point of this identifier part (required).
requiredWhether a value is required to be provided (required).
linksCollection of links..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if IdentifierPartSchema instances are equal

Parameters
inputInstance of IdentifierPartSchema to be compared
Returns
Boolean

◆ 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

Property Documentation

◆ 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: