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

The description of an allowable instrument identifier. More...

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

Public Member Functions

 InstrumentIdTypeDescriptor (string identifierType=default(string), string propertyKey=default(string), bool isUniqueIdentifierType=default(bool))
 Initializes a new instance of the InstrumentIdTypeDescriptor 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 (InstrumentIdTypeDescriptor input)
 Returns true if InstrumentIdTypeDescriptor instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string IdentifierType [get, set]
 The name of the identifier type. More...
 
string PropertyKey [get, set]
 The property key that corresponds to the identifier type. More...
 
bool IsUniqueIdentifierType [get, set]
 Whether or not the identifier type is enforced to be unique. More...
 

Detailed Description

The description of an allowable instrument identifier.

Constructor & Destructor Documentation

◆ InstrumentIdTypeDescriptor() [1/2]

Lusid.Sdk.Model.InstrumentIdTypeDescriptor.InstrumentIdTypeDescriptor ( )
inlineprotected

Initializes a new instance of the InstrumentIdTypeDescriptor class.

◆ InstrumentIdTypeDescriptor() [2/2]

Lusid.Sdk.Model.InstrumentIdTypeDescriptor.InstrumentIdTypeDescriptor ( string  identifierType = default(string),
string  propertyKey = default(string),
bool  isUniqueIdentifierType = default(bool) 
)
inline

Initializes a new instance of the InstrumentIdTypeDescriptor class.

Parameters
identifierTypeThe name of the identifier type. (required).
propertyKeyThe property key that corresponds to the identifier type. (required).
isUniqueIdentifierTypeWhether or not the identifier type is enforced to be unique. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if InstrumentIdTypeDescriptor instances are equal

Parameters
inputInstance of InstrumentIdTypeDescriptor to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ IdentifierType

string Lusid.Sdk.Model.InstrumentIdTypeDescriptor.IdentifierType
getset

The name of the identifier type.

The name of the identifier type.

◆ IsUniqueIdentifierType

bool Lusid.Sdk.Model.InstrumentIdTypeDescriptor.IsUniqueIdentifierType
getset

Whether or not the identifier type is enforced to be unique.

Whether or not the identifier type is enforced to be unique.

◆ PropertyKey

string Lusid.Sdk.Model.InstrumentIdTypeDescriptor.PropertyKey
getset

The property key that corresponds to the identifier type.

The property key that corresponds to the identifier type.


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