Search Results for

    Show / Hide Table of Contents

    Class ErrorPopup

    Inheritance
    object
    ComponentBase
    ErrorPopup
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    Inherited Members
    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)
    ComponentBase.SetParametersAsync(ParameterView)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OEMS.UI.Components.Pages
    Assembly: OEMS.UI.dll
    Syntax
    public class ErrorPopup : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

    Properties

    Message

    Declaration
    [Parameter]
    public string Message { get; set; }
    Property Value
    Type Description
    string

    OnClose

    Declaration
    [Parameter]
    public EventCallback OnClose { get; set; }
    Property Value
    Type Description
    EventCallback

    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)

    ShowPopup(string, bool)

    Declaration
    public void ShowPopup(string message, bool success = false)
    Parameters
    Type Name Description
    string message
    bool success

    Implements

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