Class AnyCollectionCommandParamController
A parameter controller for the AnyCollectionCommandParam parameter which holds an entity type
Inheritance
System.Object
    
    
    
    
    AnyCollectionCommandParamController
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: LemonEdge.Client.Core.Commands.Core
Assembly: ClientCore.dll
Syntax
public class AnyCollectionCommandParamController : ParamSingleViewerController<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.Core.Support.ParamSingleViewerController<LemonEdge.Client.Commands.AnyCollectionCommandParam>.AlterControlInfo(LemonEdge.Client.Core.Views.Core.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 | 
|---|---|
| System.Collections.Generic.IEnumerable<ControlDisplayInfoLight> | The controls for this parameter is only for the EntityTypeID allowing a selection of any entity in the system  | 
      
Overrides
LemonEdge.Client.Core.Support.ParamSingleViewerController<LemonEdge.Client.Commands.AnyCollectionCommandParam>.ControlNames()