Class CubeSelector
CubeSelector lists the available type in the Selected Analysis service database
Inheritance
Namespace: Syncfusion.Windows.Tools.Olap
Assembly: Syncfusion.OlapTools.WPF.dll
Syntax
public class CubeSelector : ComboBox
Constructors
CubeSelector()
Initializes a new instance of the CubeSelector class.
Declaration
public CubeSelector()
Fields
OlapDataManagerProperty
OlapDataManager Dependency Property Implementation
Declaration
public static readonly DependencyProperty OlapDataManagerProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
CubeName
Gets the name of the cube.
Declaration
public string CubeName { get; }
Property Value
Type | Description |
---|---|
System.String | The name of the cube. |
OlapDataManager
Gets or sets the model.
Declaration
public IOlapDataManager OlapDataManager { get; set; }
Property Value
Type | Description |
---|---|
IOlapDataManager | The model. |
Methods
OlapDataManagerChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Cubes the model changed.
Declaration
public static void OlapDataManagerChanged(DependencyObject dependencyObject, DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyObject | dependencyObject | The dependency object. |
System.Windows.DependencyPropertyChangedEventArgs | e | The System.Windows.DependencyPropertyChangedEventArgs instance containing the event data. |
OnPropertyChanged(DependencyPropertyChangedEventArgs)
Invoked whenever the effective value of any dependency property on this System.Windows.FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Overrides System.Windows.DependencyObject.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs).
Declaration
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.DependencyPropertyChangedEventArgs | e | The event data that describes the property that changed, as well as old and new values. |