Class EffectiveDateParamController
The controller for handling and displaying the EffectiveDateParam to the user
Inheritance
EffectiveDateParamController
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Support
Assembly: LemonEdge.ClientCore.dll
Syntax
public class EffectiveDateParamController : ParamViewerController<EffectiveDateParam>, IPopupWindowController<EffectiveDateParam>, IParamViewerController, IPopupWindowController, IController
Constructors
EffectiveDateParamController(IParamViewer<EffectiveDateParam>, EffectiveDateParam)
Creates a new controller for the specified client ui implementation of the param viewer
Declaration
public EffectiveDateParamController(IParamViewer<EffectiveDateParam> window, EffectiveDateParam param)
Parameters
Type | Name | Description |
---|---|---|
IParamViewer<EffectiveDateParam> | window | The window instance that implements the param viewer for the specified param |
EffectiveDateParam | param | The initial instance of the param to display |