Search Results for

    Show / Hide Table of Contents

    Class ProcessModal

    Inheritance
    object
    ComponentBase
    ProcessModal
    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.SharedEvent
    Assembly: OEMS.UI.dll
    Syntax
    public class ProcessModal : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

    Properties

    EmailTemplates

    Declaration
    [Parameter]
    public List<EmailTemplateDto> EmailTemplates { get; set; }
    Property Value
    Type Description
    List<EmailTemplateDto>

    EventFiles

    Declaration
    [Parameter]
    public List<EventFileDto> EventFiles { get; set; }
    Property Value
    Type Description
    List<EventFileDto>

    NewEvent

    Declaration
    [Parameter]
    public CreateEventDto NewEvent { get; set; }
    Property Value
    Type Description
    CreateEventDto

    OnProcessSaved

    Declaration
    [Parameter]
    public EventCallback<(CreateProcessDto, bool)> OnProcessSaved { get; set; }
    Property Value
    Type Description
    EventCallback<(CreateProcessDto, bool)>

    ProcessStepTemplates

    Declaration
    [Parameter]
    public List<ProcessStepTemplateDto> ProcessStepTemplates { get; set; }
    Property Value
    Type Description
    List<ProcessStepTemplateDto>

    ProcessTemplates

    Declaration
    [Parameter]
    public List<ProcessTemplateDto> ProcessTemplates { get; set; }
    Property Value
    Type Description
    List<ProcessTemplateDto>

    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)

    OpenForCreate()

    Declaration
    public void OpenForCreate()

    OpenForEdit(CreateProcessDto)

    Declaration
    public void OpenForEdit(CreateProcessDto existing)
    Parameters
    Type Name Description
    CreateProcessDto existing

    Implements

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