IKey Interface | Glimpse API Documentation |
IKey provides implementers a means to override the automatically generated key for an object.
Namespace: Glimpse.Core.ExtensibilityAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Remarks
IKey is used by ITab and IResource implementations that need consistent and predictable key names for client side interaction.
All keys, rather dynamically generated or specified with IKey have spaces (' ') and periods ('.') removed, and are converted to lower case for consistency and simplification of JavaScript access.
See Also