Namespace LemonEdge.Client.Core.Views.Controllers
Classes
BaseEntitySetController<T>
An optional base entity controller used for displaying any entity that inherits from IEntitySetBase in a consistent manner
ButtonController
A standard view that adds a specific button to the view that can perform any command available from the system
The IButtonView view that this works with specifies that the parameter for the view is of type ButtonViewParams
EntitySetsController<T>
An optional base entity sets controller used for displaying a collection of any entity that inherits from IEntitySetBase in a consistent manner
ImageController
A standard view that adds a static image to the view that can be resized however in the overall layout
The IImageView view that this works with specifies that the parameter for the view is of type ImageViewParams
InstrumentController<T>
An optional base instrument controller used for displaying any instrument entity that inherits from IInstrumentBase in a consistent manner
InstrumentsController<T>
An optional base instrument entity controller used for displaying a collection of entities that inherit from IInstrumentBase in a consistent manner
MessageController
A standard view that displays a specified static message to the user from this view
The IMessageView view that this works with specifies that the parameter for the view is of type MessageViewParams
ObjectEntitiesController<T>
An optional base object entity controller used for displaying a collection of entities that inherits from IObjectEntityBase in a consistent manner
ObjectEntityController<T>
An optional base object entity controller used for displaying any single entity that inherits from IObjectEntityBase ina consistent manner
SQLWrapperResultsController
A standard controller that displays results of executing a ISQLWrapper against any entity in the system
Uses the SQLWrapperResultsViewParams for the parameters of the ISQLWrapper to execute
SQLWrapperResultsViewParams
The parameters for the SQLWrapperResultsController which determines which ISQLWrapper to execute along with the parameter values to use
The SQLWrapperResultsSerializedParamController is responsible for the UI param popup for editing these parameters