Class ListReferenceField<T>
public class ListReferenceField<T> : ReferenceFieldBase<T>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IValidatable<EntityReferenceProperty<T>>, IValidatable where T : IEntity<T>
Type Parameters
T
- Inheritance
-
ListReferenceField<T>
- Implements
- Inherited Members
Properties
LoadOptions
[Parameter]
public Func<CancellationToken, Task<IReadOnlyList<T>>>? LoadOptions { get; set; }
Property Value
Options
[Parameter]
public IReadOnlyList<T>? Options { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Renders the component to the supplied RenderTreeBuilder.
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builderRenderTreeBuilder
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()