Class AnyCollectionCommandParamController
A parameter controller for the AnyCollectionCommandParam parameter which holds an entity type
Inheritance
AnyCollectionCommandParamController
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Commands.Core
Assembly: LemonEdge.ClientCore.dll
Syntax
public class AnyCollectionCommandParamController : ParamSingleViewerController<AnyCollectionCommandParam>, IPopupWindowController<AnyCollectionCommandParam>, IParamViewerController, IPopupWindowController, IController
Constructors
AnyCollectionCommandParamController(IParamSingleViewer<AnyCollectionCommandParam>, AnyCollectionCommandParam)
Creates a new AnyCollectionCommandParamController
Declaration
public AnyCollectionCommandParamController(IParamSingleViewer<AnyCollectionCommandParam> window, AnyCollectionCommandParam param)
Parameters
Type | Name | Description |
---|---|---|
IParamSingleViewer<AnyCollectionCommandParam> | window | The popup single parameter window to display these parameters |
AnyCollectionCommandParam | param | The initial parameter values to display |
Methods
AlterControlInfo(ControlDisplayInfo)
Alters the EntityTypeID parameter control to hold a list of all entities in the system
Declaration
protected override void AlterControlInfo(ControlDisplayInfo info)
Parameters
Type | Name | Description |
---|---|---|
ControlDisplayInfo | info | The control to be modified |
Overrides
LemonEdge.Client.UI.API.Controllers.ParamSingleViewerController<LemonEdge.API.Client.Commands.AnyCollectionCommandParam>.AlterControlInfo(LemonEdge.Client.UI.API.Controls.ControlDisplayInfo)
ControlNames()
The controls for this parameter is only for the EntityTypeID allowing a selection of any entity in the system
Declaration
protected override IEnumerable<ControlDisplayInfoLight> ControlNames()
Returns
Type | Description |
---|---|
IEnumerable<ControlDisplayInfoLight> | The controls for this parameter is only for the EntityTypeID allowing a selection of any entity in the system |
Overrides
LemonEdge.Client.UI.API.Controllers.ParamSingleViewerController<LemonEdge.API.Client.Commands.AnyCollectionCommandParam>.ControlNames()