Search Results for

    Show / Hide Table of Contents

    Class ProcessEditModal

    Inheritance
    object
    ComponentBase
    ProcessEditModal
    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 ProcessEditModal : 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>

    EventId

    Declaration
    [Parameter]
    public Guid EventId { get; set; }
    Property Value
    Type Description
    Guid

    NewEvent

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

    OnStepSaved

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

    ProcessStepTemplates

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

    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)

    OpenForAdd()

    Declaration
    public void OpenForAdd()

    OpenForEdit(CreateProcessStepDto)

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

    Implements

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