Class ReportsController.ReportTypeParamController
Inheritance
ReportsController.ReportTypeParamController
Implements
Inherited Members
ParamViewerController<ReportsController.ReportTypeParam>.SetParam(ReportsController.ReportTypeParam)
Namespace: LemonEdge.Client.Core.Views.Controllers
Assembly: LemonEdge.ClientEntities.dll
Syntax
public class ReportsController.ReportTypeParamController : ParamSingleViewerController<ReportsController.ReportTypeParam>, IPopupWindowController<ReportsController.ReportTypeParam>, IParamViewerController, IPopupWindowController, IController
Constructors
ReportTypeParamController(IParamSingleViewer<ReportTypeParam>, ReportTypeParam)
Declaration
public ReportTypeParamController(IParamSingleViewer<ReportsController.ReportTypeParam> window, ReportsController.ReportTypeParam param)
Parameters
Type | Name | Description |
---|---|---|
IParamSingleViewer<ReportsController.ReportTypeParam> | window | |
ReportsController.ReportTypeParam | param |
Methods
AlterControlInfo(ControlDisplayInfo)
Can be overridden in the derived class to alter the control definition with specific, or dynamic, information such as filters for lookup controls
Declaration
protected override void AlterControlInfo(ControlDisplayInfo info)
Parameters
Type | Name | Description |
---|---|---|
ControlDisplayInfo | info | THe control that should be altered |
Overrides
LemonEdge.Client.UI.API.Controllers.ParamSingleViewerController<LemonEdge.Client.Core.Views.Controllers.ReportsController.ReportTypeParam>.AlterControlInfo(LemonEdge.Client.UI.API.Controls.ControlDisplayInfo)
ControlNames()
Can be overridden in a derived class to indicate all the controls to be created in this single parameter popup form
Declaration
protected override IEnumerable<ControlDisplayInfoLight> ControlNames()
Returns
Type | Description |
---|---|
IEnumerable<ControlDisplayInfoLight> | All the controls to be created in this single parameter popup form |
Overrides
LemonEdge.Client.UI.API.Controllers.ParamSingleViewerController<LemonEdge.Client.Core.Views.Controllers.ReportsController.ReportTypeParam>.ControlNames()