ExtendedCurrentSelection Class
  Namespace: Qlik.Sense.Client
Assembly: Qlik.Sense.Client.dll
  Assembly: Qlik.Sense.Client.dll
Class that provides access to information about all selected values.
Inheritance
- 
      System.Object
      
- 
          QixClassBase
          
- 
              PropertyContainer
              
- 
                  GenericObject
                  
- ExtendedCurrentSelection
 
 
 - 
                  GenericObject
                  
 
 - 
              PropertyContainer
              
 
 - 
          QixClassBase
          
 
Syntax
public class ExtendedCurrentSelection : GenericObject, ITransient, IExtendedCurrentSelection, IGenericObject, IPropertyContainer, IQixClassBase, IDisposable, IChangeNotifierConstructors
| Name | Description | 
|---|---|
| ExtendedCurrentSelection(Int32) | 
Properties
| Name | Description | 
|---|---|
| Count | 
           Gets the number of fields in the current selection  | 
      
| FieldNames | 
           Get a list of field names in the current selection  | 
      
| Layout | |
| Properties | 
Methods
| Name | Description | 
|---|---|
| Dispose(Boolean) | |
| GetField(String) | 
           Get a specific field. This method creates an AppField instance which must be disposed to avoid session object leakage.  | 
      
| GetFields() | 
           Gets all fields. This method creates AppField instances that must be disposed to avoid session object leakage.  | 
      
| GetLayoutAsync() | |
| GetPropertiesAsync() | |
| GetSelectedData(Int32, IEnumerable<NxPage>) | 
           Gets selected values for the field  | 
      
| GetSelectedData(String, IEnumerable<NxPage>) | 
           Gets selected values for the field  | 
      
| GetSelectedDataPager(Int32) | 
           Returns a data pager for the values selected from a particular field.  | 
      
| GetSelectedDataPager(String) | 
           Returns a data pager for the values selected from a particular field.  | 
      
| OnGetLayoutAsync(Response) | |
| OnGetMasterObjectAsync(Response) | |
| OnGetPropertiesAsync(Response) | |
| Size(Int32) | 
           Gets the size for the given index in the current selections  | 
      
| Size(String) | 
           Gets the size for the given index in the current selections  |