Class ConfigureMainTab
Inheritance
System.Object
ConfigureMainTab
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
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
|
Improve this Doc
View Source
_configPath
Declaration
readonly PathStack _configPath
Field Value
|
Improve this Doc
View Source
_hideJsonConfigButton
Declaration
readonly Button _hideJsonConfigButton
Field Value
|
Improve this Doc
View Source
_parentWindow
Declaration
readonly ConfigureWindow _parentWindow
Field Value
|
Improve this Doc
View Source
_saveJsonConfigButton
Declaration
readonly Button _saveJsonConfigButton
Field Value
|
Improve this Doc
View Source
_showJsonConfigButton
Declaration
readonly Button _showJsonConfigButton
Field Value
Methods
|
Improve this Doc
View Source
AddWrapPanelThree()
Declaration
|
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
|
Improve this Doc
View Source
ConfigureWindowSettings()
Declaration
void ConfigureWindowSettings()
|
Improve this Doc
View Source
NewJsonConfigBoxAndButton(CompleteConfig)
Declaration
void NewJsonConfigBoxAndButton(CompleteConfig config)
Parameters
|
Improve this Doc
View Source
ReadCompleteConfig()
Declaration
CompleteConfig ReadCompleteConfig()
Returns
|
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