Class ConnectOptions
Interaction logic for ConnectOptions.xaml
Implements
System.Windows.Markup.IComponentConnector
  Inherited Members
Namespace: Syncfusion.Windows.Client.Olap
Assembly: Syncfusion.OlapClient.WPF.dll
Syntax
public class ConnectOptions : ChromelessWindow, IComponentConnectorConstructors
ConnectOptions()
Initializes a new instance of the ConnectOptions class.
Declaration
public ConnectOptions()ConnectOptions(String)
Initializes a new instance of the ConnectOptions class.
Declaration
public ConnectOptions(string connection)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | connection | The connection String | 
ConnectOptions(String, Providers)
Initialize a new instance of the ConnectOptions class.
Declaration
public ConnectOptions(string connection, Providers providerName)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | connection | The connection string | 
| Providers | providerName | A name of the service provider | 
Properties
ConnectionString
Gets or sets the connection string.
Declaration
public string ConnectionString { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The connection string. | 
ProviderName
Gets or sets the name of the service provider.
Declaration
public Providers ProviderName { get; set; }Property Value
| Type | 
|---|
| Providers | 
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