Class HierarchySelector
Interaction logic for AttributeSelector.xaml
Implements
Inherited Members
Namespace: Syncfusion.Windows.Tools.Olap
Assembly: Syncfusion.OlapTools.WPF.dll
Syntax
public class HierarchySelector : ChromelessWindow, IComponentConnectorConstructors
HierarchySelector(OlapDataManager, PivotCellDescriptor)
Initializes the HierarchySelector class.
Declaration
public HierarchySelector(OlapDataManager manager, PivotCellDescriptor cellDescriptor)Parameters
| Type | Name | Description | 
|---|---|---|
| OlapDataManager | manager | The OlapDataManager. | 
| PivotCellDescriptor | cellDescriptor | The PivotCellDescriptor. | 
Fields
IsCancel
Gets or sets a value indicating whether the cancel button is clicked.
Declaration
public bool IsCancelField Value
| Type | 
|---|
| System.Boolean | 
IsOK
Gets or sets a value indicating whether the OK button is clicked.
Declaration
public bool IsOKField Value
| Type | 
|---|
| System.Boolean | 
IsSkip
Gets or sets a value indicating whether the skip button is clicked.
Declaration
public bool IsSkipField Value
| Type | 
|---|
| System.Boolean | 
Properties
CellDescriptor
Gets or sets the associated PivotCellDescriptor for each Cell
Declaration
public PivotCellDescriptor CellDescriptor { get; set; }Property Value
| Type | 
|---|
| PivotCellDescriptor | 
DrillThroughHierarchies
Gets or sets the associated query of dragged hierarchies.
Declaration
public string DrillThroughHierarchies { get; set; }Property Value
| Type | 
|---|
| System.String | 
OlapDataManager
Gets or sets the cube model.
Declaration
public OlapDataManager OlapDataManager { get; set; }Property Value
| Type | Description | 
|---|---|
| OlapDataManager | Holds the OlapDataManager | 
Methods
BuildDrillThroughHierarchies()
Build the query from dragged hierarchies.
Declaration
public string BuildDrillThroughHierarchies()Returns
| Type | Description | 
|---|---|
| System.String | The selected hierarchies. | 
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()OnPropertyChanged(DependencyPropertyChangedEventArgs)
Invoked whenever the effective value of any dependency property on this object has been updated.
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.DependencyPropertyChangedEventArgs | e | The event data that contains the dependency property identifier of interest, the property meta data for the type, and old and new values. |