Class BOBPerformanceDashboard
- Namespace
- BlazOrbit.Components
- Assembly
- BlazOrbit.dll
public class BOBPerformanceDashboard : ComponentBase
- Inheritance
-
objectComponentBaseBOBPerformanceDashboard
Constructors
BOBPerformanceDashboard()
public BOBPerformanceDashboard()
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder
Dispose()
public void Dispose()
OnInitialized()
Method invoked when the component is ready to start, having received its initial parameters from its parent in the render tree.
protected override void OnInitialized()