|
Anark Core SDK
|
Public Member Functions | |
| override bool | Equals (object obj) |
| override int | GetHashCode () |
| override string | ToString () |
| Returns a string representation for debugging purposes only. Please do not use this value in production code. | |
Static Public Member Functions | |
| static SdkEntityHandle | CreateEntityHandle (int id, EntityType entityType) |
| For testing purposes only. Plug-ins should only use handles that are returned by the API. | |
Properties | |
| object | PrimaryId [get] |
| The primary identifier. This should not be referenced by plug-in code as it may be changed over time. | |
|
inlinestatic |
For testing purposes only. Plug-ins should only use handles that are returned by the API.
|
inline |
|
inline |
|
inline |
Returns a string representation for debugging purposes only. Please do not use this value in production code.
|
get |
The primary identifier. This should not be referenced by plug-in code as it may be changed over time.
Implements Anark.CoreSdkApi.Entities.ISdkEntityHandle.