SelectionObject Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  Assembly: Qlik.Engine.dll
Indicates which selections are currently applied. It gives the current selections. Is the layout for SelectionObjectDef.
Inheritance
- 
      System.Object
      
- 
          AbstractStructure
          
- SelectionObject
 
 
 - 
          AbstractStructure
          
 
Syntax
[ValueClass]
public class SelectionObject : AbstractStructure, IDisposable, ISelectionObject, IAbstractStructureConstructors
| Name | Description | 
|---|---|
| SelectionObject() | 
           Creates an instance of the SelectionObject class  | 
      
Properties
| Name | Description | 
|---|---|
| BackCount | 
           Number of steps back. JSON property name: qBackCount  | 
      
| ForwardCount | 
           Number of steps forward. JSON property name: qForwardCount  | 
      
| Selections | 
           Lists the fields that are selected. JSON property name: qSelections  | 
      
| StateName | 
           Name of the alternate state. Default is current selections  JSON property name: qStateName  |