Search Results for

    Show / Hide Table of Contents

    Class ChartResultsSerializedParamController

    The controller for editing any ChartViewResultParams in a popup parameter window

    Inheritance
    System.Object
    PopupWindowController
    PopupWindowController<ChartViewResultParams>
    ParamViewerController<ChartViewResultParams>
    SQLWrapperResultsSerializedParamControllerBase<ChartViewResultParams>
    ChartResultsSerializedParamController
    Implements
    IParamViewerController
    IPopupWindowController
    IController
    Inherited Members
    ParamViewerController<ChartViewResultParams>.OriginalParam
    ParamViewerController<ChartViewResultParams>.IParamViewerController.OriginalParam
    ParamViewerController<ChartViewResultParams>.SetParam(ChartViewResultParams)
    ParamViewerController<ChartViewResultParams>.Display()
    PopupWindowController<ChartViewResultParams>.InitCommands(IList<ViewCommand>)
    PopupWindowController<ChartViewResultParams>.OwningWindow
    PopupWindowController<ChartViewResultParams>.Commands
    PopupWindowController<ChartViewResultParams>.OnOk(Object)
    PopupWindowController<ChartViewResultParams>.OnOk(ChartViewResultParams)
    PopupWindowController<ChartViewResultParams>.Validate(ChartViewResultParams)
    PopupWindowController<ChartViewResultParams>.OnCancel()
    PopupWindowController<ChartViewResultParams>.GetResult
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LemonEdge.Client.Core.Views.Params
    Assembly: ClientCore.dll
    Syntax
    public class ChartResultsSerializedParamController : SQLWrapperResultsSerializedParamControllerBase<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

    IParamViewerController
    IPopupWindowController
    IController

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.