Class ImageViewSerializedParamController
The controller for editing any ImageViewParams in a popup parameter window
Inheritance
ImageViewSerializedParamController
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Params
Assembly: LemonEdge.ClientCore.dll
Syntax
public class ImageViewSerializedParamController : ParamViewerController<ImageViewParams>, IPopupWindowController<ImageViewParams>, IParamViewerController, IPopupWindowController, IController
Constructors
ImageViewSerializedParamController(IParamViewer<ImageViewParams>, ImageViewParams)
Creates a new image param controller
Declaration
public ImageViewSerializedParamController(IParamViewer<ImageViewParams> window, ImageViewParams param)
Parameters
Type | Name | Description |
---|---|---|
IParamViewer<ImageViewParams> | window | The IParamViewer popup window implementation using the UI components of the client application |
ImageViewParams | param | The parameter to be edited by this popup window |