Class ImageSerializedParamController
The controller for handling and displaying the ImageSerializedParam to the user
Inheritance
System.Object
    
    
    
    ImageSerializedParamController
  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.Support
Assembly: ClientCore.dll
Syntax
public class ImageSerializedParamController : ParamViewerController<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  |