Table of Contents

Class LoadingEditViews

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

Properties

AdminMode

[Parameter]
public bool AdminMode { get; set; }

Property Value

bool

Exclude

[Parameter]
public IReadOnlyList<SectionInfo>? Exclude { get; set; }

Property Value

IReadOnlyList<SectionInfo>

Include

[Parameter]
public IReadOnlyList<SectionInfo>? Include { get; set; }

Property Value

IReadOnlyList<SectionInfo>

IsReadOnly

[Parameter]
public bool IsReadOnly { get; set; }

Property Value

bool

OuterContext

[CascadingParameter]
public FieldContext? OuterContext { get; set; }

Property Value

FieldContext

Type

[Parameter]
[EditorRequired]
public required IEntityInfo Type { get; set; }

Property Value

IEntityInfo

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