Table of Contents

Class BoundProperty

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

Properties

Binding

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

Property Value

PropertyBinding

ChildContent

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

Property Value

RenderFragment<IProperty>

Entity

[Parameter]
public IEntity? Entity { get; set; }

Property Value

IEntity

ErrorContent

[Parameter]
public RenderFragment<Exception>? ErrorContent { get; set; }

Property Value

RenderFragment<Exception>

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

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

ShouldRender()

Returns a flag to indicate whether the component should render.

protected override bool ShouldRender()

Returns

bool