IKey Interface

Glimpse API

IKey Interface Glimpse API Documentation
IKey provides implementers a means to override the automatically generated key for an object.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public interface IKey
public interface IKey
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