Namespace LemonEdge.Client.UI.API.Param
Interfaces
IParamSingleViewer<T>
A standard popup window implemented in each LemonEdge client that allows the creation of custom controls for each
property on the parameter T
that you want the user to see/edit, controlled by the
ParamSingleViewerController<T>
IParamViewer<T>
A popup window that allows the display of a view for editing/viewing the specified parameter
T
type, controlled by the IParamViewerController