Class SQLWrapperResultsSerializedParamController
The controller for editing any SQLWrapperResultsViewParams in a popup parameter window
Inheritance
System.Object
SQLWrapperResultsSerializedParamController
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 SQLWrapperResultsSerializedParamController : SQLWrapperResultsSerializedParamControllerBase<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 |