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

An address key alias that maps a short alias key to a real key with options. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string Scope [get, set]
 The scope of the alias More...
 
string Code [get, set]
 The code of the alias More...
 
string AliasKey [get, set]
 The alias address key, must start with &quot;Alias/&quot; prefix (e.g., &quot;Alias/DailyNZPnL&quot;) More...
 
string RealKey [get, set]
 The real address key this alias resolves to (e.g., &quot;ProfitAndLoss/Total&quot;). Must NOT start with &quot;Alias/&quot;. More...
 
Dictionary< string, string > Options [get, set]
 Options to apply when resolving the alias (e.g., {&quot;Window&quot;:&quot;Daily&quot;,&quot;TimeZone&quot;:&quot;NZ&quot;}) More...
 
string DisplayName [get, set]
 Human-readable display name More...
 
string Description [get, set]
 Description of the alias More...
 

Detailed Description

An address key alias that maps a short alias key to a real key with options.

Constructor & Destructor Documentation

◆ AddressKeyAlias() [1/2]

Lusid.Sdk.Model.AddressKeyAlias.AddressKeyAlias ( )
inlineprotected

Initializes a new instance of the AddressKeyAlias class.

◆ AddressKeyAlias() [2/2]

Lusid.Sdk.Model.AddressKeyAlias.AddressKeyAlias ( string  scope = default(string),
string  code = default(string),
string  aliasKey = default(string),
string  realKey = default(string),
Dictionary< string, string >  options = default(Dictionary<string, string>),
string  displayName = default(string),
string  description = default(string) 
)
inline

Initializes a new instance of the AddressKeyAlias class.

Parameters
scopeThe scope of the alias (required).
codeThe code of the alias (required).
aliasKeyThe alias address key, must start with &quot;Alias/&quot; prefix (e.g., &quot;Alias/DailyNZPnL&quot;) (required).
realKeyThe real address key this alias resolves to (e.g., &quot;ProfitAndLoss/Total&quot;). Must NOT start with &quot;Alias/&quot;. (required).
optionsOptions to apply when resolving the alias (e.g., {&quot;Window&quot;:&quot;Daily&quot;,&quot;TimeZone&quot;:&quot;NZ&quot;}).
displayNameHuman-readable display name.
descriptionDescription of the alias.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if AddressKeyAlias instances are equal

Parameters
inputInstance of AddressKeyAlias to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AliasKey

string Lusid.Sdk.Model.AddressKeyAlias.AliasKey
getset

The alias address key, must start with &quot;Alias/&quot; prefix (e.g., &quot;Alias/DailyNZPnL&quot;)

The alias address key, must start with &quot;Alias/&quot; prefix (e.g., &quot;Alias/DailyNZPnL&quot;)

◆ Code

string Lusid.Sdk.Model.AddressKeyAlias.Code
getset

The code of the alias

The code of the alias

◆ Description

string Lusid.Sdk.Model.AddressKeyAlias.Description
getset

Description of the alias

Description of the alias

◆ DisplayName

string Lusid.Sdk.Model.AddressKeyAlias.DisplayName
getset

Human-readable display name

Human-readable display name

◆ Options

Dictionary<string, string> Lusid.Sdk.Model.AddressKeyAlias.Options
getset

Options to apply when resolving the alias (e.g., {&quot;Window&quot;:&quot;Daily&quot;,&quot;TimeZone&quot;:&quot;NZ&quot;})

Options to apply when resolving the alias (e.g., {&quot;Window&quot;:&quot;Daily&quot;,&quot;TimeZone&quot;:&quot;NZ&quot;})

◆ RealKey

string Lusid.Sdk.Model.AddressKeyAlias.RealKey
getset

The real address key this alias resolves to (e.g., &quot;ProfitAndLoss/Total&quot;). Must NOT start with &quot;Alias/&quot;.

The real address key this alias resolves to (e.g., &quot;ProfitAndLoss/Total&quot;). Must NOT start with &quot;Alias/&quot;.

◆ Scope

string Lusid.Sdk.Model.AddressKeyAlias.Scope
getset

The scope of the alias

The scope of the alias


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