ITab Members

Glimpse API

ITab Members Glimpse API Documentation

The ITab type exposes the following members.

Methods

  NameDescription
Public methodGetData
Gets the data that should be shown in the UI.
Back to Top
Properties

  NameDescription
Public propertyExecuteOn
Gets when the GetData(ITabContext) method should run.
Public propertyName
Gets the name that will show in the tab.
Public propertyRequestContextType
Gets the type of the request context that the Tab relies on. If returns null, the tab can be used in any context.
Back to Top
See Also