Class DashboardCommandParamController
A parameter controller for the AnySingleCommandParam parameter which holds an entity type
Inheritance
DashboardCommandParamController
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Commands
Assembly: LemonEdge.ClientEntities.dll
Syntax
public class DashboardCommandParamController : ParamSingleViewerController<DashboardCommandParam>, IPopupWindowController<DashboardCommandParam>, IParamViewerController, IPopupWindowController, IController
Constructors
DashboardCommandParamController(IParamSingleViewer<DashboardCommandParam>, DashboardCommandParam)
Creates a new AnySingleCommandParamController
Declaration
public DashboardCommandParamController(IParamSingleViewer<DashboardCommandParam> window, DashboardCommandParam param)
Parameters
Type | Name | Description |
---|---|---|
IParamSingleViewer<DashboardCommandParam> | window | The popup single parameter window to display these parameters |
DashboardCommandParam | param | The initial parameter values to display |
Methods
ControlNames()
The controls for this parameter are for the EntityTypeID, EntityID and CustomLayout
Declaration
protected override IEnumerable<ControlDisplayInfoLight> ControlNames()
Returns
Type | Description |
---|---|
IEnumerable<ControlDisplayInfoLight> | The controls for this parameter are for the EntityTypeID, EntityID and CustomLayout |
Overrides
LemonEdge.Client.UI.API.Controllers.ParamSingleViewerController<LemonEdge.API.Client.Commands.DashboardCommandParam>.ControlNames()