Show / Hide Table of Contents

Class ConfigureMainTab

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

Constructors

| Improve this Doc View Source

ConfigureMainTab(CompleteConfig, String, ConfigureWindow)

Declaration
public ConfigureMainTab(CompleteConfig config, string configPath, ConfigureWindow parent)
Parameters
Type Name Description
CompleteConfig config
System.String configPath
ConfigureWindow parent

Fields

| Improve this Doc View Source

_completeConfigJsonHeader

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

_completeConfigTxtBox

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

_configPath

Declaration
readonly PathStack _configPath
Field Value
Type Description
PathStack
| Improve this Doc View Source

_hideJsonConfigButton

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

_parentWindow

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

_saveJsonConfigButton

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

_showJsonConfigButton

Declaration
readonly Button _showJsonConfigButton
Field Value
Type Description
Button

Methods

| Improve this Doc View Source

AddWrapPanelThree()

Declaration
void AddWrapPanelThree()
| Improve this Doc View Source

AntiLinkShowHideJsonButtonVisibility()

Declaration
void AntiLinkShowHideJsonButtonVisibility()
| Improve this Doc View Source

ChangeConfigPathHandler(Nullable<Object>, RoutedEventArgs)

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

ConfigureWindowContent(CompleteConfig)

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

ConfigureWindowSettings()

Declaration
void ConfigureWindowSettings()
| Improve this Doc View Source

NewJsonConfigBoxAndButton(CompleteConfig)

Declaration
void NewJsonConfigBoxAndButton(CompleteConfig config)
Parameters
Type Name Description
CompleteConfig config
| Improve this Doc View Source

ReadCompleteConfig()

Declaration
CompleteConfig ReadCompleteConfig()
Returns
Type Description
CompleteConfig
| Improve this Doc View Source

SaveJsonHandler(Nullable<Object>, RoutedEventArgs)

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

ShowHideJsonHandler(Nullable<Object>, RoutedEventArgs)

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

WriteCompleteConfig(String)

Declaration
void WriteCompleteConfig(string config)
Parameters
Type Name Description
System.String config

Implements

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