Search Results for

    Show / Hide Table of Contents

    Class EmptyLayout

    Inheritance
    object
    ComponentBase
    LayoutComponentBase
    EmptyLayout
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    Inherited Members
    LayoutComponentBase.SetParametersAsync(ParameterView)
    LayoutComponentBase.Body
    ComponentBase.OnInitialized()
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.StateHasChanged()
    ComponentBase.ShouldRender()
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.DispatchExceptionAsync(Exception)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OEMS.UI.Components.Layout
    Assembly: OEMS.UI.dll
    Syntax
    public class EmptyLayout : LayoutComponentBase, IComponent, IHandleEvent, IHandleAfterRender

    Properties

    NavMenuRef

    Declaration
    public NavMenu? NavMenuRef { get; }
    Property Value
    Type Description
    NavMenu

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Renders the component to the supplied RenderTreeBuilder.

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    RenderTreeBuilder __builder
    Overrides
    ComponentBase.BuildRenderTree(RenderTreeBuilder)

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    In this article
    Back to top Generated by DocFX