Search Results for

    Show / Hide Table of Contents

    Class ChartResultsSerializedParamController

    The controller for editing any ChartViewResultParams in a popup parameter window

    Inheritance
    object
    PopupWindowController
    PopupWindowController<ChartViewResultParams>
    ParamViewerController<ChartViewResultParams>
    SQLWrapperResultsSerializedParamControllerBase<ChartViewResultParams>
    ChartResultsSerializedParamController
    Implements
    IPopupWindowController<ChartViewResultParams>
    IParamViewerController
    IPopupWindowController
    IController
    Inherited Members
    ParamViewerController<ChartViewResultParams>.SetParam(ChartViewResultParams)
    ParamViewerController<ChartViewResultParams>.Display()
    ParamViewerController<ChartViewResultParams>.OriginalParam
    PopupWindowController<ChartViewResultParams>.InitFromWindow(IPopupWindow<ChartViewResultParams>)
    PopupWindowController<ChartViewResultParams>.InitCommands(IList<ViewCommand>)
    PopupWindowController<ChartViewResultParams>.OnOk(object)
    PopupWindowController<ChartViewResultParams>.OnOk(ChartViewResultParams)
    PopupWindowController<ChartViewResultParams>.Validate(ChartViewResultParams)
    PopupWindowController<ChartViewResultParams>.OnCancel()
    PopupWindowController<ChartViewResultParams>.OwningWindow
    PopupWindowController<ChartViewResultParams>.Commands
    PopupWindowController<ChartViewResultParams>.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.Params
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public class ChartResultsSerializedParamController : SQLWrapperResultsSerializedParamControllerBase<ChartViewResultParams>, IPopupWindowController<ChartViewResultParams>, IParamViewerController, IPopupWindowController, IController

    Constructors

    ChartResultsSerializedParamController(IParamViewer<ChartViewResultParams>, ChartViewResultParams)

    Creates a new ChartResultsSerializedParamController

    Declaration
    public ChartResultsSerializedParamController(IParamViewer<ChartViewResultParams> window, ChartViewResultParams param)
    Parameters
    Type Name Description
    IParamViewer<ChartViewResultParams> window

    The IParamViewer popup window implementation using the UI components of the client application

    ChartViewResultParams param

    The parameter to be edited by this popup window

    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.