Table of Contents

Class LookupCollectionField<T>

Namespace
The.Web.Entities.Fields
Assembly
Instagile.Web.Client.dll
public class LookupCollectionField<T> : CollectionFieldBase<T>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IValidatable<EntityCollectionProperty<T>>, IValidatable where T : IEntity<T>

Type Parameters

T
Inheritance
LookupCollectionField<T>
Implements
Inherited Members

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

OnParametersSetAsync()

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

Returns

Task

A Task representing any asynchronous operation.

ShouldRender()

Returns a flag to indicate whether the component should render.

protected override bool ShouldRender()

Returns

bool