Class EntityTypeSerializedParamController
The controller for handling and displaying the EntityTypeSerializedParam to the user
Inheritance
System.Object
    
    
    
    EntityTypeSerializedParamController
  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 EntityTypeSerializedParamController : ParamViewerController<EntityTypeSerializedParam>, IParamViewerController, IPopupWindowController, IController
  Constructors
EntityTypeSerializedParamController(IParamViewer<EntityTypeSerializedParam>, EntityTypeSerializedParam)
Creates a new controller for the specified client ui implementation of the param viewer
Declaration
public EntityTypeSerializedParamController(IParamViewer<EntityTypeSerializedParam> window, EntityTypeSerializedParam param)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IParamViewer<EntityTypeSerializedParam> | window | The window instance that implements the param viewer for the specified param  | 
      
| EntityTypeSerializedParam | param | The initial instance of the param to display  |