Class PivotResultsSerializedParamController
The controller for editing any PivotResultsSerializedParamController in a popup parameter window
Inheritance
System.Object
    
    
    
    
    PivotResultsSerializedParamController
  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.Views.Params
Assembly: ClientCore.dll
Syntax
public class PivotResultsSerializedParamController : SQLWrapperResultsSerializedParamControllerBase<PivotViewResultParams>, IParamViewerController, IPopupWindowController, IController
  Constructors
PivotResultsSerializedParamController(IParamViewer<PivotViewResultParams>, PivotViewResultParams)
Creates a new ButtonSerializedParamController
Declaration
public PivotResultsSerializedParamController(IParamViewer<PivotViewResultParams> window, PivotViewResultParams param)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IParamViewer<PivotViewResultParams> | window | The IParamViewer popup window implementation using the UI components of the client application  | 
      
| PivotViewResultParams | param | The parameter to be edited by this popup window  |