Class ResetLayout.LayoutResetSelectorParamController
Inheritance
ResetLayout.LayoutResetSelectorParamController
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Commands.ViewCommands
Assembly: LemonEdge.ClientCore.dll
Syntax
public class ResetLayout.LayoutResetSelectorParamController : ParamSingleViewerController<ResetLayout.LayoutResetSelectorParam>, IPopupWindowController<ResetLayout.LayoutResetSelectorParam>, IParamViewerController, IPopupWindowController, IController
Constructors
LayoutResetSelectorParamController(IParamSingleViewer<LayoutResetSelectorParam>, LayoutResetSelectorParam)
Declaration
public LayoutResetSelectorParamController(IParamSingleViewer<ResetLayout.LayoutResetSelectorParam> window, ResetLayout.LayoutResetSelectorParam param)
Parameters
Type | Name | Description |
---|---|---|
IParamSingleViewer<ResetLayout.LayoutResetSelectorParam> | window | |
ResetLayout.LayoutResetSelectorParam | 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.Commands.ViewCommands.ResetLayout.LayoutResetSelectorParam>.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.Commands.ViewCommands.ResetLayout.LayoutResetSelectorParam>.ControlNames()
Display()
Overridse the default display method to enumerate all the Controls() in this popup parameter form and display their values
Declaration
public override Task Display()
Returns
Type | Description |
---|---|
Task | A task indicating the completion of the operation |
Overrides
LemonEdge.Client.UI.API.Controllers.ParamSingleViewerController<LemonEdge.Client.Core.Commands.ViewCommands.ResetLayout.LayoutResetSelectorParam>.Display()