C# Class Glimpse.ApplicationInsights.ApplicationInsightsTab

Trace tab
Inheritance: ITab, ITabSetup, IDocumentation, ITabLayout, IKey
Afficher le fichier Open project: Glimpse/Glimpse.ApplicationInsights

Méthodes publiques

Méthode Description
GetData ( ITabContext context ) : object

Gets the data that should be shown in the UI.

GetLayout ( ) : object

Gets the layout which controls the layout.

Setup ( ITabSetupContext context ) : void

Setups the targeted tab using the specified context.

Method Details

GetData() public méthode

Gets the data that should be shown in the UI.
public GetData ( ITabContext context ) : object
context ITabContext The context.
Résultat object

GetLayout() public méthode

Gets the layout which controls the layout.
public GetLayout ( ) : object
Résultat object

Setup() public méthode

Setups the targeted tab using the specified context.
public Setup ( ITabSetupContext context ) : void
context ITabSetupContext The context which should be used.
Résultat void