Class PivotResultsSerializedParamController
The controller for editing any PivotResultsSerializedParamController in a popup parameter window
Inheritance
PivotResultsSerializedParamController
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Params
Assembly: LemonEdge.ClientCore.dll
Syntax
public class PivotResultsSerializedParamController : SQLWrapperResultsSerializedParamControllerBase<PivotViewResultParams>, IPopupWindowController<PivotViewResultParams>, IParamViewerController, IPopupWindowController, IController
Constructors
PivotResultsSerializedParamController(IParamViewer<PivotViewResultParams>, PivotViewResultParams)
Creates a new ButtonSerializedParamController
Declaration
public PivotResultsSerializedParamController(IParamViewer<PivotViewResultParams> window, PivotViewResultParams param)
Parameters
Type | Name | Description |
---|---|---|
IParamViewer<PivotViewResultParams> | window | The IParamViewer popup window implementation using the UI components of the client application |
PivotViewResultParams | param | The parameter to be edited by this popup window |