Search Results for

    Show / Hide Table of Contents

    Class BaseTreeViewLabelParamController

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

    Constructors

    BaseTreeViewLabelParamController(IParamSingleViewer<BaseTreeViewLabelParam>, BaseTreeViewLabelParam)

    Declaration
    public BaseTreeViewLabelParamController(IParamSingleViewer<BaseTreeViewLabelParam> window, BaseTreeViewLabelParam param)
    Parameters
    Type Name Description
    IParamSingleViewer<BaseTreeViewLabelParam> window
    BaseTreeViewLabelParam param

    Methods

    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.Core.BaseTreeViewLabelParam>.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.