Search Results for

    Show / Hide Table of Contents

    Class EntityTypeSerializedParamController

    The controller for handling and displaying the EntityTypeSerializedParam to the user

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

    Constructors

    EntityTypeSerializedParamController(IParamSingleViewer<EntityTypeSerializedParam>, EntityTypeSerializedParam)

    Creates a new controller for the specified client ui implementation of the param viewer

    Declaration
    public EntityTypeSerializedParamController(IParamSingleViewer<EntityTypeSerializedParam> window, EntityTypeSerializedParam param)
    Parameters
    Type Name Description
    IParamSingleViewer<EntityTypeSerializedParam> window

    The window instance that implements the param viewer for the specified param

    EntityTypeSerializedParam param

    The initial instance of the param to display

    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.Support.EntityTypeSerializedParam>.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.Support.EntityTypeSerializedParam>.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.