Search Results for

    Show / Hide Table of Contents

    Class ResetLayout.LayoutResetSelectorParamController

    Inheritance
    object
    PopupWindowController
    PopupWindowController<ResetLayout.LayoutResetSelectorParam>
    ParamViewerController<ResetLayout.LayoutResetSelectorParam>
    ParamSingleViewerController<ResetLayout.LayoutResetSelectorParam>
    ResetLayout.LayoutResetSelectorParamController
    Implements
    IPopupWindowController<ResetLayout.LayoutResetSelectorParam>
    IParamViewerController
    IPopupWindowController
    IController
    Inherited Members
    ParamSingleViewerController<ResetLayout.LayoutResetSelectorParam>.InitFromWindow(IPopupWindow<ResetLayout.LayoutResetSelectorParam>)
    ParamSingleViewerController<ResetLayout.LayoutResetSelectorParam>.OnItemChanged(object, PropertyChangedEventArgs)
    ParamSingleViewerController<ResetLayout.LayoutResetSelectorParam>.Controls()
    ParamSingleViewerController<ResetLayout.LayoutResetSelectorParam>.Host
    ParamSingleViewerController<ResetLayout.LayoutResetSelectorParam>.SingleWindow
    ParamSingleViewerController<ResetLayout.LayoutResetSelectorParam>.UIContext
    ParamSingleViewerController<ResetLayout.LayoutResetSelectorParam>.ServiceContext
    ParamViewerController<ResetLayout.LayoutResetSelectorParam>.SetParam(ResetLayout.LayoutResetSelectorParam)
    ParamViewerController<ResetLayout.LayoutResetSelectorParam>.OriginalParam
    PopupWindowController<ResetLayout.LayoutResetSelectorParam>.InitCommands(IList<ViewCommand>)
    PopupWindowController<ResetLayout.LayoutResetSelectorParam>.OnOk(object)
    PopupWindowController<ResetLayout.LayoutResetSelectorParam>.OnOk(ResetLayout.LayoutResetSelectorParam)
    PopupWindowController<ResetLayout.LayoutResetSelectorParam>.Validate(ResetLayout.LayoutResetSelectorParam)
    PopupWindowController<ResetLayout.LayoutResetSelectorParam>.OnCancel()
    PopupWindowController<ResetLayout.LayoutResetSelectorParam>.OwningWindow
    PopupWindowController<ResetLayout.LayoutResetSelectorParam>.Commands
    PopupWindowController<ResetLayout.LayoutResetSelectorParam>.GetResult
    PopupWindowController.RootController
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Client.Core.Commands.ViewCommands
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public class ResetLayout.LayoutResetSelectorParamController : ParamSingleViewerController<ResetLayout.LayoutResetSelectorParam>, IPopupWindowController<ResetLayout.LayoutResetSelectorParam>, IParamViewerController, IPopupWindowController, IController

    Constructors

    LayoutResetSelectorParamController(IParamSingleViewer<LayoutResetSelectorParam>, LayoutResetSelectorParam)

    Declaration
    public LayoutResetSelectorParamController(IParamSingleViewer<ResetLayout.LayoutResetSelectorParam> window, ResetLayout.LayoutResetSelectorParam param)
    Parameters
    Type Name Description
    IParamSingleViewer<ResetLayout.LayoutResetSelectorParam> window
    ResetLayout.LayoutResetSelectorParam param

    Methods

    AlterControlInfo(ControlDisplayInfo)

    Can be overridden in the derived class to alter the control definition with specific, or dynamic, information such as filters for lookup controls

    Declaration
    protected override void AlterControlInfo(ControlDisplayInfo info)
    Parameters
    Type Name Description
    ControlDisplayInfo info

    THe control that should be altered

    Overrides
    LemonEdge.Client.UI.API.Controllers.ParamSingleViewerController<LemonEdge.Client.Core.Commands.ViewCommands.ResetLayout.LayoutResetSelectorParam>.AlterControlInfo(LemonEdge.Client.UI.API.Controls.ControlDisplayInfo)

    ControlNames()

    Can be overridden in a derived class to indicate all the controls to be created in this single parameter popup form

    Declaration
    protected override IEnumerable<ControlDisplayInfoLight> ControlNames()
    Returns
    Type Description
    IEnumerable<ControlDisplayInfoLight>

    All the controls to be created in this single parameter popup form

    Overrides
    LemonEdge.Client.UI.API.Controllers.ParamSingleViewerController<LemonEdge.Client.Core.Commands.ViewCommands.ResetLayout.LayoutResetSelectorParam>.ControlNames()

    Display()

    Overridse the default display method to enumerate all the Controls() in this popup parameter form and display their values

    Declaration
    public override Task Display()
    Returns
    Type Description
    Task

    A task indicating the completion of the operation

    Overrides
    LemonEdge.Client.UI.API.Controllers.ParamSingleViewerController<LemonEdge.Client.Core.Commands.ViewCommands.ResetLayout.LayoutResetSelectorParam>.Display()

    Implements

    IPopupWindowController<TResult>
    IParamViewerController
    IPopupWindowController
    IController

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.