Class KPIEditor
Interaction logic for KPIEditor.xaml
Implements
System.Windows.Markup.IComponentConnector
  Inherited Members
Namespace: Syncfusion.Windows.Tools.Olap
Assembly: Syncfusion.OlapTools.WPF.dll
Syntax
public class KPIEditor : ChromelessWindow, IComponentConnectorConstructors
KPIEditor(OlapDataManager)
Initializes the KPIEditor class.
Declaration
public KPIEditor(OlapDataManager olapDataManager)Parameters
| Type | Name | Description | 
|---|---|---|
| OlapDataManager | olapDataManager | 
Properties
MdxQuery
Gets or sets the current MDX query.
Declaration
public string MdxQuery { 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
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. | 
Overrides
Implements
      System.Windows.Markup.IComponentConnector