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

Object describing a particular industry classifier, which comprises a classification code and the name of the classification system to which the code belongs. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string ClassificationSystemName [get, set]
 The name of the classification system to which the classification code belongs (e.g. GICS). More...
 
string ClassificationCode [get, set]
 The specific industry classification code assigned to the legal entity. More...
 

Detailed Description

Object describing a particular industry classifier, which comprises a classification code and the name of the classification system to which the code belongs.

Constructor & Destructor Documentation

◆ IndustryClassifier() [1/2]

Lusid.Sdk.Model.IndustryClassifier.IndustryClassifier ( )
inlineprotected

Initializes a new instance of the IndustryClassifier class.

◆ IndustryClassifier() [2/2]

Lusid.Sdk.Model.IndustryClassifier.IndustryClassifier ( string  classificationSystemName = default(string),
string  classificationCode = default(string) 
)
inline

Initializes a new instance of the IndustryClassifier class.

Parameters
classificationSystemNameThe name of the classification system to which the classification code belongs (e.g. GICS). (required).
classificationCodeThe specific industry classification code assigned to the legal entity. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if IndustryClassifier instances are equal

Parameters
inputInstance of IndustryClassifier to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ ClassificationCode

string Lusid.Sdk.Model.IndustryClassifier.ClassificationCode
getset

The specific industry classification code assigned to the legal entity.

The specific industry classification code assigned to the legal entity.

◆ ClassificationSystemName

string Lusid.Sdk.Model.IndustryClassifier.ClassificationSystemName
getset

The name of the classification system to which the classification code belongs (e.g. GICS).

The name of the classification system to which the classification code belongs (e.g. GICS).


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