DatabaseConnectionEditor

Ecng.Xaml.Database

Визуальный редактор для выбора строчки подключения к базе данных.

Inherits: ComboBoxEditSettings

Implements: IComponentConnector

Constructors

DatabaseConnectionEditor
public DatabaseConnectionEditor()
databaseConnectionEditor = DatabaseConnectionEditor()

Initializes a new instance of the DatabaseConnectionEditor.

Properties

ShowDeleteButton
public bool ShowDeleteButton { get; set; }
value = databaseConnectionEditor.ShowDeleteButton
databaseConnectionEditor.ShowDeleteButton = value

Show Delete button.

ShowSearchButton
public bool ShowSearchButton { get; set; }
value = databaseConnectionEditor.ShowSearchButton
databaseConnectionEditor.ShowSearchButton = value

Show Search button.

Methods

AssignToEditCore
protected override void AssignToEditCore(IBaseEdit edit)
databaseConnectionEditor.AssignToEditCore(edit)
edit
InitializeComponent
public void InitializeComponent()
databaseConnectionEditor.InitializeComponent()

InitializeComponent