Show / Hide Table of Contents

Class ConfigureCompressionTab

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

Constructors

| Improve this Doc View Source

ConfigureCompressionTab(CompressionConfig, ConfigureWindow)

Declaration
public ConfigureCompressionTab(CompressionConfig config, ConfigureWindow parent)
Parameters
Type Name Description
CompressionConfig config
ConfigureWindow parent

Fields

| Improve this Doc View Source

_dependencyPathHeader

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

_dependencyPathTxt

Declaration
readonly TextBlock _dependencyPathTxt
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

_saveButton

Declaration
readonly Button _saveButton
Field Value
Type Description
Button
| Improve this Doc View Source

_updateDependencyPathButton

Declaration
readonly Button _updateDependencyPathButton
Field Value
Type Description
Button

Methods

| Improve this Doc View Source

AddSaveButton()

Declaration
void AddSaveButton()
| Improve this Doc View Source

ChangeDependencyPathHandler(Nullable<Object>, RoutedEventArgs)

Declaration
public async void ChangeDependencyPathHandler(object? sender, RoutedEventArgs e)
Parameters
Type Name Description
System.Nullable<System.Object> sender
RoutedEventArgs e
| Improve this Doc View Source

ConfigureWindowContent(CompressionConfig)

Declaration
void ConfigureWindowContent(CompressionConfig config)
Parameters
Type Name Description
CompressionConfig config
| Improve this Doc View Source

ConfigureWindowSettings()

Declaration
void ConfigureWindowSettings()
| Improve this Doc View Source

GetCompressionConfig()

Declaration
CompressionConfig GetCompressionConfig()
Returns
Type Description
CompressionConfig
| 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
☀
☾