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

An address key with additional data describing what this key is for. More...

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

Public Member Functions

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

Properties

string AddressKey [get, set]
 Address key of some underlying object e.g. Valuation/PV, Instrument/Features More...
 
string Description [get, set]
 Description of the address key. More...
 

Detailed Description

An address key with additional data describing what this key is for.

Constructor & Destructor Documentation

◆ DescribedAddressKey()

Lusid.Sdk.Model.DescribedAddressKey.DescribedAddressKey ( string  addressKey = default(string),
string  description = default(string) 
)
inline

Initializes a new instance of the DescribedAddressKey class.

Parameters
addressKeyAddress key of some underlying object e.g. Valuation/PV, Instrument/Features.
descriptionDescription of the address key..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if DescribedAddressKey instances are equal

Parameters
inputInstance of DescribedAddressKey to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AddressKey

string Lusid.Sdk.Model.DescribedAddressKey.AddressKey
getset

Address key of some underlying object e.g. Valuation/PV, Instrument/Features

Address key of some underlying object e.g. Valuation/PV, Instrument/Features

◆ Description

string Lusid.Sdk.Model.DescribedAddressKey.Description
getset

Description of the address key.

Description of the address key.


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