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