C# Class Glimpse.ApplicationInsights.ApplicationInsightsTab

Trace tab
Inheritance: ITab, ITabSetup, IDocumentation, ITabLayout, IKey
Mostrar archivo Open project: Glimpse/Glimpse.ApplicationInsights

Public Methods

Method 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 method

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

GetLayout() public method

Gets the layout which controls the layout.
public GetLayout ( ) : object
return object

Setup() public method

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