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

Alias More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string AttributeName [get, set]
 The property key, identifier type, or field to be replaced by an alias. More...
 
string AttributeAlias [get, set]
 The alias to replace the property key, identifier type, or field on the bound entity. More...
 

Detailed Description

Alias

Constructor & Destructor Documentation

◆ Alias() [1/2]

Lusid.Sdk.Model.Alias.Alias ( )
inlineprotected

Initializes a new instance of the Alias class.

◆ Alias() [2/2]

Lusid.Sdk.Model.Alias.Alias ( string  attributeName = default(string),
string  attributeAlias = default(string) 
)
inline

Initializes a new instance of the Alias class.

Parameters
attributeNameThe property key, identifier type, or field to be replaced by an alias. (required).
attributeAliasThe alias to replace the property key, identifier type, or field on the bound entity. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if Alias instances are equal

Parameters
inputInstance of Alias to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AttributeAlias

string Lusid.Sdk.Model.Alias.AttributeAlias
getset

The alias to replace the property key, identifier type, or field on the bound entity.

The alias to replace the property key, identifier type, or field on the bound entity.

◆ AttributeName

string Lusid.Sdk.Model.Alias.AttributeName
getset

The property key, identifier type, or field to be replaced by an alias.

The property key, identifier type, or field to be replaced by an alias.


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