Table of Contents

Class BoundStatus

Namespace
The.Web.Controls
Assembly
Instagile.Web.Client.dll
public class BoundStatus : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender
Inheritance
BoundStatus
Implements
Inherited Members

Properties

Binding

[Parameter]
public Status? Binding { get; set; }

Property Value

Status

ChildContent

[Parameter]
public RenderFragment<CurrentStatus>? ChildContent { get; set; }

Property Value

RenderFragment<CurrentStatus>

InitialStatus

[Parameter]
public CurrentStatus? InitialStatus { get; set; }

Property Value

CurrentStatus

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

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()

OnParametersSet()

Method invoked when the component has received parameters from its parent in the render tree, and the incoming values have been assigned to properties.

protected override void OnParametersSet()