Table of Contents

Class ComboReferenceField<T>

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

Type Parameters

T
Inheritance
ComboReferenceField<T>
Implements
Inherited Members

Properties

OptionsQuery

[Parameter]
public IEntityQuery<T>? OptionsQuery { get; set; }

Property Value

IEntityQuery<T>

OptionsQueryable

[Parameter]
public IQueryable<T>? OptionsQueryable { get; set; }

Property Value

IQueryable<T>

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.