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