Class ImageSerializedParamController
The controller for handling and displaying the ImageSerializedParam to the user
Inheritance
ImageSerializedParamController
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Support
Assembly: LemonEdge.ClientCore.dll
Syntax
public class ImageSerializedParamController : ParamViewerController<ImageSerializedParam>, IPopupWindowController<ImageSerializedParam>, IParamViewerController, IPopupWindowController, IController
Constructors
ImageSerializedParamController(IParamViewer<ImageSerializedParam>, ImageSerializedParam)
Creates a new controller for the specified client ui implementation of the param viewer
Declaration
public ImageSerializedParamController(IParamViewer<ImageSerializedParam> window, ImageSerializedParam param)
Parameters
Type | Name | Description |
---|---|---|
IParamViewer<ImageSerializedParam> | window | The window instance that implements the param viewer for the specified param |
ImageSerializedParam | param | The initial instance of the param to display |