Search Results for

    Show / Hide Table of Contents

    Class FolderTreeViewLabelParamController

    Inheritance
    object
    PopupWindowController
    PopupWindowController<FolderTreeViewLabelParam>
    ParamViewerController<FolderTreeViewLabelParam>
    ParamSingleViewerController<FolderTreeViewLabelParam>
    FolderTreeViewLabelParamController
    Implements
    IPopupWindowController<FolderTreeViewLabelParam>
    IParamViewerController
    IPopupWindowController
    IController
    Inherited Members
    ParamSingleViewerController<FolderTreeViewLabelParam>.InitFromWindow(IPopupWindow<FolderTreeViewLabelParam>)
    ParamSingleViewerController<FolderTreeViewLabelParam>.Display()
    ParamSingleViewerController<FolderTreeViewLabelParam>.OnItemChanged(object, PropertyChangedEventArgs)
    ParamSingleViewerController<FolderTreeViewLabelParam>.Controls()
    ParamSingleViewerController<FolderTreeViewLabelParam>.Host
    ParamSingleViewerController<FolderTreeViewLabelParam>.SingleWindow
    ParamSingleViewerController<FolderTreeViewLabelParam>.UIContext
    ParamSingleViewerController<FolderTreeViewLabelParam>.ServiceContext
    ParamViewerController<FolderTreeViewLabelParam>.SetParam(FolderTreeViewLabelParam)
    ParamViewerController<FolderTreeViewLabelParam>.OriginalParam
    PopupWindowController<FolderTreeViewLabelParam>.InitCommands(IList<ViewCommand>)
    PopupWindowController<FolderTreeViewLabelParam>.OnOk(object)
    PopupWindowController<FolderTreeViewLabelParam>.OnOk(FolderTreeViewLabelParam)
    PopupWindowController<FolderTreeViewLabelParam>.Validate(FolderTreeViewLabelParam)
    PopupWindowController<FolderTreeViewLabelParam>.OnCancel()
    PopupWindowController<FolderTreeViewLabelParam>.OwningWindow
    PopupWindowController<FolderTreeViewLabelParam>.Commands
    PopupWindowController<FolderTreeViewLabelParam>.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.Views.Controllers
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public class FolderTreeViewLabelParamController : ParamSingleViewerController<FolderTreeViewLabelParam>, IPopupWindowController<FolderTreeViewLabelParam>, IParamViewerController, IPopupWindowController, IController

    Constructors

    FolderTreeViewLabelParamController(IParamSingleViewer<FolderTreeViewLabelParam>, FolderTreeViewLabelParam)

    Declaration
    public FolderTreeViewLabelParamController(IParamSingleViewer<FolderTreeViewLabelParam> window, FolderTreeViewLabelParam param)
    Parameters
    Type Name Description
    IParamSingleViewer<FolderTreeViewLabelParam> window
    FolderTreeViewLabelParam 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.Views.Controllers.FolderTreeViewLabelParam>.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.Views.Controllers.FolderTreeViewLabelParam>.ControlNames()

    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.