|
LUSID C# SDK
|
Dto to expose mapped keys to new standardised format More...

Public Member Functions | |
| EntityIdentifier (string identifierScope=default(string), string identifierType=default(string), string identifierValue=default(string)) | |
| Initializes a new instance of the EntityIdentifier 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 (EntityIdentifier input) |
| Returns true if EntityIdentifier instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| EntityIdentifier () | |
| Initializes a new instance of the EntityIdentifier class. More... | |
Properties | |
| string | IdentifierScope [get, set] |
| The scope of the identifier More... | |
| string | IdentifierType [get, set] |
| The type of the identifier More... | |
| string | IdentifierValue [get, set] |
| The value of the identifier More... | |
Dto to expose mapped keys to new standardised format
|
inlineprotected |
Initializes a new instance of the EntityIdentifier class.
|
inline |
Initializes a new instance of the EntityIdentifier class.
| identifierScope | The scope of the identifier. |
| identifierType | The type of the identifier (required). |
| identifierValue | The value of the identifier (required). |
|
inline |
Returns true if EntityIdentifier instances are equal
| input | Instance of EntityIdentifier to be compared |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
The scope of the identifier
The scope of the identifier
|
getset |
The type of the identifier
The type of the identifier
|
getset |
The value of the identifier
The value of the identifier