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