Class ConfigureBackBlazeTab
Inheritance
System.Object
ConfigureBackBlazeTab
Assembly: Cloud-ShareSync.dll
class ConfigureBackBlazeTab : StackPanel
Constructors
|
Improve this Doc
View Source
Declaration
public ConfigureBackBlazeTab(B2Config config, ConfigureWindow parent)
Parameters
Fields
|
Improve this Doc
View Source
Declaration
readonly TextBlock _applicationKeyHeader
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly TextBlock _applicationKeyIdHeader
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly TextBox _applicationKeyIdTxt
Field Value
|
Improve this Doc
View Source
Declaration
readonly TextBox _applicationKeyTxt
Field Value
|
Improve this Doc
View Source
Declaration
readonly TextBlock _bucketIdHeader
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly TextBox _bucketIdTxt
Field Value
|
Improve this Doc
View Source
Declaration
readonly TextBlock _bucketNameHeader
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly TextBox _bucketNameTxt
Field Value
|
Improve this Doc
View Source
Declaration
readonly NumericUpDown _maxConsecutiveErrors
Field Value
| Type |
Description |
| NumericUpDown |
|
|
Improve this Doc
View Source
Declaration
readonly TextBlock _maxConsecutiveErrorsHeader
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly ConfigureWindow _parentWindow
Field Value
|
Improve this Doc
View Source
Declaration
readonly NumericUpDown _processThreads
Field Value
| Type |
Description |
| NumericUpDown |
|
|
Improve this Doc
View Source
Declaration
readonly TextBlock _processThreadsHeader
Field Value
| Type |
Description |
| TextBlock |
|
|
Improve this Doc
View Source
Declaration
readonly Button _saveButton
Field Value
Methods
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
void AddWrapPanelFive(int maxConsecutiveErrors)
Parameters
| Type |
Name |
Description |
| System.Int32 |
maxConsecutiveErrors |
|
|
Improve this Doc
View Source
Declaration
void AddWrapPanelFour(string bucketId)
Parameters
| Type |
Name |
Description |
| System.String |
bucketId |
|
|
Improve this Doc
View Source
Declaration
void AddWrapPanelOne(string applicationKeyId)
Parameters
| Type |
Name |
Description |
| System.String |
applicationKeyId |
|
|
Improve this Doc
View Source
Declaration
void AddWrapPanelSix(int processThreads)
Parameters
| Type |
Name |
Description |
| System.Int32 |
processThreads |
|
|
Improve this Doc
View Source
Declaration
void AddWrapPanelThree(string bucketName)
Parameters
| Type |
Name |
Description |
| System.String |
bucketName |
|
|
Improve this Doc
View Source
Declaration
void AddWrapPanelTwo(string applicationKey)
Parameters
| Type |
Name |
Description |
| System.String |
applicationKey |
|
|
Improve this Doc
View Source
ConfigureWindowContent(B2Config)
Declaration
void ConfigureWindowContent(B2Config config)
Parameters
|
Improve this Doc
View Source
Declaration
void ConfigureWindowSettings()
|
Improve this Doc
View Source
Declaration
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 |
|
Implements