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