Class ConfigureDatabaseTab
Inheritance
System.Object
ConfigureDatabaseTab
Assembly: Cloud-ShareSync.dll
class ConfigureDatabaseTab : StackPanel
Constructors
|
Improve this Doc
View Source
Declaration
public ConfigureDatabaseTab(DatabaseConfig config, ConfigureWindow parent)
Parameters
Fields
|
Improve this Doc
View Source
Declaration
readonly ConfigureWindow _parentWindow
Field Value
|
Improve this Doc
View Source
_postgresConnectionString
Declaration
readonly TextBox _postgresConnectionString
Field Value
|
Improve this Doc
View Source
Declaration
readonly TextBlock _postgresConnectionStringHeader
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly Button _saveButton
Field Value
|
Improve this Doc
View Source
Declaration
readonly TextBlock _sqliteDBPathHeader
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly TextBlock _sqliteDBPathTxt
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly Button _updateSqliteDBPathButton
Field Value
|
Improve this Doc
View Source
_usePostgresCheckBox
Declaration
readonly CheckBox _usePostgresCheckBox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly CheckBox _useSqliteCheckBox
Field Value
| Type |
Description |
| CheckBox |
|
Methods
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
void AddWrapPanelOne(DatabaseConfig config)
Parameters
|
Improve this Doc
View Source
Declaration
void AddWrapPanelTwo(DatabaseConfig config)
Parameters
|
Improve this Doc
View Source
AntiLinkSqliteCheckboxAndPostgresCheckbox()
Declaration
void AntiLinkSqliteCheckboxAndPostgresCheckbox()
|
Improve this Doc
View Source
Declaration
public async void ChangeSqliteDBPathHandler(object? sender, RoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Object> |
sender |
|
| RoutedEventArgs |
e |
|
|
Improve this Doc
View Source
ConfigurePostgresSettings(DatabaseConfig)
Declaration
void ConfigurePostgresSettings(DatabaseConfig config)
Parameters
|
Improve this Doc
View Source
Declaration
void ConfigureSqliteSettings(DatabaseConfig config)
Parameters
|
Improve this Doc
View Source
ConfigureWindowContent(DatabaseConfig)
Declaration
void ConfigureWindowContent(DatabaseConfig config)
Parameters
|
Improve this Doc
View Source
Declaration
void ConfigureWindowSettings()
|
Improve this Doc
View Source
Declaration
DatabaseConfig GetDatabaseConfig()
Returns
|
Improve this Doc
View Source
LinkPostgresCheckboxAndTextbox()
Declaration
void LinkPostgresCheckboxAndTextbox()
|
Improve this Doc
View Source
Declaration
void LinkSqliteCheckboxAndButton()
|
Improve this Doc
View Source
Declaration
public async void SaveConfigHandler(object? sender, RoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Object> |
sender |
|
| RoutedEventArgs |
e |
|
Implements