Class ConfigureSyncTab
Inheritance
System.Object
ConfigureSyncTab
Assembly: Cloud-ShareSync.dll
class ConfigureSyncTab : StackPanel
Constructors
|
Improve this Doc
View Source
Declaration
public ConfigureSyncTab(SyncConfig config, ConfigureWindow parent)
Parameters
Fields
|
Improve this Doc
View Source
Declaration
readonly CheckBox _backBlazeB2EnabledFeatureCheckbox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly CheckBox _backBlazeCloudProviderCheckbox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly CheckBox _backupEnabledFeatureCheckbox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly TextBlock _cloudProvidersHeader
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly CheckBox _compressBeforeUploadCheckBox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly CheckBox _compressionEnabledFeatureCheckbox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly TextBlock _enabledFeaturesHeader
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly CheckBox _encryptBeforeUploadCheckBox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly CheckBox _encryptionEnabledFeatureCheckbox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly TextBlock _excludePathsHeader
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly TextBox _excludePathsTxtBox
Field Value
|
Improve this Doc
View Source
Declaration
readonly CheckBox _log4NetEnabledFeatureCheckbox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly CheckBox _obfuscateUploadedFileNamesCheckBox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly TextBlock _optionsHeader
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly ConfigureWindow _parentWindow
Field Value
|
Improve this Doc
View Source
_postgresEnabledFeatureCheckbox
Declaration
readonly CheckBox _postgresEnabledFeatureCheckbox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly CheckBox _recurseSyncFolderCheckBox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly CheckBox _restoreEnabledFeatureCheckbox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly Button _saveButton
Field Value
|
Improve this Doc
View Source
Declaration
readonly CheckBox _sqliteEnabledFeatureCheckbox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly PathStack _syncFolderPath
Field Value
|
Improve this Doc
View Source
Declaration
readonly CheckBox _uniqueCompressionPasswordsCheckBox
Field Value
| Type |
Description |
| CheckBox |
|
|
Improve this Doc
View Source
Declaration
readonly PathStack _workDirPath
Field Value
Methods
|
Improve this Doc
View Source
Declaration
void AddBackBlazeB2CloudProviderCheckboxToGrid(Grid grid)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
|
Improve this Doc
View Source
Declaration
void AddBackBlazeB2EnabledFeatureCheckboxToGrid(Grid grid)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
|
Improve this Doc
View Source
Declaration
void AddBackupEnabledFeatureCheckboxToGrid(Grid grid)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
|
Improve this Doc
View Source
Declaration
void AddCloudProviders(CloudProviders providers)
Parameters
|
Improve this Doc
View Source
Declaration
void AddCompressBeforeUploadToGrid(Grid grid, bool compress)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
| System.Boolean |
compress |
|
|
Improve this Doc
View Source
Declaration
void AddCompressionEnabledFeatureCheckboxToGrid(Grid grid)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
|
Improve this Doc
View Source
Declaration
void AddEnabledFeatures(Cloud_ShareSync_Features features)
Parameters
|
Improve this Doc
View Source
Declaration
void AddEncryptBeforeUploadToGrid(Grid grid, bool encrypt)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
| System.Boolean |
encrypt |
|
|
Improve this Doc
View Source
Declaration
void AddEncryptionEnabledFeatureCheckboxToGrid(Grid grid)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
|
Improve this Doc
View Source
Declaration
void AddExcludePathsSection(string[] excludedPaths)
Parameters
| Type |
Name |
Description |
| System.String[] |
excludedPaths |
|
|
Improve this Doc
View Source
Declaration
void AddLog4NetEnabledFeatureCheckboxToGrid(Grid grid)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
|
Improve this Doc
View Source
Declaration
void AddObfuscateUploadedFileNamesToGrid(Grid grid, bool obfuscate)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
| System.Boolean |
obfuscate |
|
|
Improve this Doc
View Source
Declaration
void AddOptionsCheckBoxSection(bool compress, bool uniquePW, bool encrypt, bool obfuscate)
Parameters
| Type |
Name |
Description |
| System.Boolean |
compress |
|
| System.Boolean |
uniquePW |
|
| System.Boolean |
encrypt |
|
| System.Boolean |
obfuscate |
|
|
Improve this Doc
View Source
AddPostgresEnabledFeatureCheckboxToGrid(Grid)
Declaration
void AddPostgresEnabledFeatureCheckboxToGrid(Grid grid)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
|
Improve this Doc
View Source
Declaration
void AddRestoreEnabledFeatureCheckboxToGrid(Grid grid)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
void AddSqliteEnabledFeatureCheckboxToGrid(Grid grid)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
|
Improve this Doc
View Source
Declaration
void AddUniqueCompressionPasswordsToGrid(Grid grid, bool uniquePW)
Parameters
| Type |
Name |
Description |
| Grid |
grid |
|
| System.Boolean |
uniquePW |
|
|
Improve this Doc
View Source
Declaration
public async void ChangeSyncFolderHandler(object? sender, RoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Object> |
sender |
|
| RoutedEventArgs |
e |
|
|
Improve this Doc
View Source
Declaration
public async void ChangeWorkDirHandler(object? sender, RoutedEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.Object> |
sender |
|
| RoutedEventArgs |
e |
|
|
Improve this Doc
View Source
ConfigureWindowContent(SyncConfig)
Declaration
void ConfigureWindowContent(SyncConfig config)
Parameters
|
Improve this Doc
View Source
Declaration
void ConfigureWindowSettings()
|
Improve this Doc
View Source
Declaration
Cloud_ShareSync_Features ConvertCheckBoxToFeatures()
Returns
|
Improve this Doc
View Source
Declaration
CloudProviders ConvertCheckBoxToProviders()
Returns
|
Improve this Doc
View Source
Declaration
SyncConfig GetSyncConfig()
Returns
|
Improve this Doc
View Source
Declaration
static Grid NewCheckboxGrid()
Returns
|
Improve this Doc
View Source
Declaration
Grid NewCloudProvidersCheckboxGrid()
Returns
|
Improve this Doc
View Source
Declaration
Grid NewEnabledFeaturesCheckboxGrid()
Returns
|
Improve this Doc
View Source
Declaration
static Grid NewEnabledFeaturesGrid()
Returns
|
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 |
|
|
Improve this Doc
View Source
Declaration
void SetCloudProviderStatus(CloudProviders providers)
Parameters
|
Improve this Doc
View Source
Declaration
void SetEnabledFeaturesStatus(Cloud_ShareSync_Features features)
Parameters
|
Improve this Doc
View Source
SetExcludePathsTextBoxMsg(String[])
Declaration
void SetExcludePathsTextBoxMsg(string[] excludedPaths)
Parameters
| Type |
Name |
Description |
| System.String[] |
excludedPaths |
|
Implements