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

UpdateIdentifierDefinitionRequest More...

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

Public Member Functions

 UpdateIdentifierDefinitionRequest (string hierarchyLevel=default(string), string displayName=default(string), string description=default(string), Dictionary< string, Property > properties=default(Dictionary< string, Property >))
 Initializes a new instance of the UpdateIdentifierDefinitionRequest 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 (UpdateIdentifierDefinitionRequest input)
 Returns true if UpdateIdentifierDefinitionRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string HierarchyLevel [get, set]
 Optional metadata associated with the identifier definition. More...
 
string DisplayName [get, set]
 A display name for the identifier. E.g. Figi. More...
 
string Description [get, set]
 An optional description for the identifier. More...
 
Dictionary< string, PropertyProperties [get, set]
 A set of properties for the identifier definition. More...
 

Detailed Description

UpdateIdentifierDefinitionRequest

Constructor & Destructor Documentation

◆ UpdateIdentifierDefinitionRequest()

Lusid.Sdk.Model.UpdateIdentifierDefinitionRequest.UpdateIdentifierDefinitionRequest ( string  hierarchyLevel = default(string),
string  displayName = default(string),
string  description = default(string),
Dictionary< string, Property properties = default(Dictionary<string, Property>) 
)
inline

Initializes a new instance of the UpdateIdentifierDefinitionRequest class.

Parameters
hierarchyLevelOptional metadata associated with the identifier definition..
displayNameA display name for the identifier. E.g. Figi..
descriptionAn optional description for the identifier..
propertiesA set of properties for the identifier definition..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if UpdateIdentifierDefinitionRequest instances are equal

Parameters
inputInstance of UpdateIdentifierDefinitionRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Description

string Lusid.Sdk.Model.UpdateIdentifierDefinitionRequest.Description
getset

An optional description for the identifier.

An optional description for the identifier.

◆ DisplayName

string Lusid.Sdk.Model.UpdateIdentifierDefinitionRequest.DisplayName
getset

A display name for the identifier. E.g. Figi.

A display name for the identifier. E.g. Figi.

◆ HierarchyLevel

string Lusid.Sdk.Model.UpdateIdentifierDefinitionRequest.HierarchyLevel
getset

Optional metadata associated with the identifier definition.

Optional metadata associated with the identifier definition.

◆ Properties

Dictionary<string, Property> Lusid.Sdk.Model.UpdateIdentifierDefinitionRequest.Properties
getset

A set of properties for the identifier definition.

A set of properties for the identifier definition.


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