Alias
More...
|
| | 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...
|
| |
|
| 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...
|
| |
◆ 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
-
| attributeName | The property key, identifier type, or field to be replaced by an alias. (required). |
| attributeAlias | The alias to replace the property key, identifier type, or field on the bound entity. (required). |
◆ Equals() [1/2]
| bool Lusid.Sdk.Model.Alias.Equals |
( |
Alias |
input | ) |
|
|
inline |
Returns true if Alias instances are equal
- Parameters
-
| input | Instance 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
-
| input | Object 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
◆ 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:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/Alias.cs