Class ChartResultsSerializedParamController
The controller for editing any ChartViewResultParams in a popup parameter window
Inheritance
ChartResultsSerializedParamController
Implements
Inherited Members
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 |