Search Results for

    Show / Hide Table of Contents

    Class StepOneBasisInfo

    Inheritance
    object
    ComponentBase
    StepOneBasisInfo
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    Inherited Members
    ComponentBase.OnInitialized()
    ComponentBase.OnInitializedAsync()
    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 StepOneBasisInfo : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

    Properties

    Categories

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

    EventId

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

    Locations

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

    NewEvent

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

    OnNext

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

    OnValidationChanged

    Declaration
    [Parameter]
    public EventCallback OnValidationChanged { 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)

    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.

    Declaration
    protected override void OnParametersSet()
    Overrides
    ComponentBase.OnParametersSet()

    Implements

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