Show / Hide Table of Contents

Class ConfigureBackBlazeTab

Inheritance
System.Object
ConfigureBackBlazeTab
Implements
IConfigurationTab
Namespace: Cloud_ShareSync.GUI.Types
Assembly: Cloud-ShareSync.dll
Syntax
class ConfigureBackBlazeTab : StackPanel

Constructors

| Improve this Doc View Source

ConfigureBackBlazeTab(B2Config, ConfigureWindow)

Declaration
public ConfigureBackBlazeTab(B2Config config, ConfigureWindow parent)
Parameters
Type Name Description
B2Config config
ConfigureWindow parent

Fields

| Improve this Doc View Source

_applicationKeyHeader

Declaration
readonly TextBlock _applicationKeyHeader
Field Value
Type Description
TextBlock
| Improve this Doc View Source

_applicationKeyIdHeader

Declaration
readonly TextBlock _applicationKeyIdHeader
Field Value
Type Description
TextBlock
| Improve this Doc View Source

_applicationKeyIdTxt

Declaration
readonly TextBox _applicationKeyIdTxt
Field Value
Type Description
TextBox
| Improve this Doc View Source

_applicationKeyTxt

Declaration
readonly TextBox _applicationKeyTxt
Field Value
Type Description
TextBox
| Improve this Doc View Source

_bucketIdHeader

Declaration
readonly TextBlock _bucketIdHeader
Field Value
Type Description
TextBlock
| Improve this Doc View Source

_bucketIdTxt

Declaration
readonly TextBox _bucketIdTxt
Field Value
Type Description
TextBox
| Improve this Doc View Source

_bucketNameHeader

Declaration
readonly TextBlock _bucketNameHeader
Field Value
Type Description
TextBlock
| Improve this Doc View Source

_bucketNameTxt

Declaration
readonly TextBox _bucketNameTxt
Field Value
Type Description
TextBox
| Improve this Doc View Source

_maxConsecutiveErrors

Declaration
readonly NumericUpDown _maxConsecutiveErrors
Field Value
Type Description
NumericUpDown
| Improve this Doc View Source

_maxConsecutiveErrorsHeader

Declaration
readonly TextBlock _maxConsecutiveErrorsHeader
Field Value
Type Description
TextBlock
| Improve this Doc View Source

_parentWindow

Declaration
readonly ConfigureWindow _parentWindow
Field Value
Type Description
ConfigureWindow
| Improve this Doc View Source

_processThreads

Declaration
readonly NumericUpDown _processThreads
Field Value
Type Description
NumericUpDown
| Improve this Doc View Source

_processThreadsHeader

Declaration
readonly TextBlock _processThreadsHeader
Field Value
Type Description
TextBlock
| Improve this Doc View Source

_saveButton

Declaration
readonly Button _saveButton
Field Value
Type Description
Button

Methods

| Improve this Doc View Source

AddSaveButton()

Declaration
void AddSaveButton()
| Improve this Doc View Source

AddWrapPanelFive(Int32)

Declaration
void AddWrapPanelFive(int maxConsecutiveErrors)
Parameters
Type Name Description
System.Int32 maxConsecutiveErrors
| Improve this Doc View Source

AddWrapPanelFour(String)

Declaration
void AddWrapPanelFour(string bucketId)
Parameters
Type Name Description
System.String bucketId
| Improve this Doc View Source

AddWrapPanelOne(String)

Declaration
void AddWrapPanelOne(string applicationKeyId)
Parameters
Type Name Description
System.String applicationKeyId
| Improve this Doc View Source

AddWrapPanelSix(Int32)

Declaration
void AddWrapPanelSix(int processThreads)
Parameters
Type Name Description
System.Int32 processThreads
| Improve this Doc View Source

AddWrapPanelThree(String)

Declaration
void AddWrapPanelThree(string bucketName)
Parameters
Type Name Description
System.String bucketName
| Improve this Doc View Source

AddWrapPanelTwo(String)

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
Type Name Description
B2Config config
| Improve this Doc View Source

ConfigureWindowSettings()

Declaration
void ConfigureWindowSettings()
| Improve this Doc View Source

GetB2Config()

Declaration
B2Config GetB2Config()
Returns
Type Description
B2Config
| Improve this Doc View Source

SaveConfigHandler(Nullable<Object>, RoutedEventArgs)

Declaration
public async void SaveConfigHandler(object? sender, RoutedEventArgs e)
Parameters
Type Name Description
System.Nullable<System.Object> sender
RoutedEventArgs e

Implements

IConfigurationTab
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
About Me | Open Source Acknowledgements | Security
☀
☾