C# Class CmisSync.SettingController

Controller for the Setting dialog.
Datei anzeigen Open project: OpenDataSpace/CmisSync Class Usage Examples

Public Methods

Method Description
CheckLogin ( bool check ) : void
CheckProxyCustom ( ) : void
CheckProxyNone ( ) : void
CheckProxySystem ( ) : void
GetServer ( string server ) : string
HideWindow ( ) : void
SettingController ( ) : System

Constructor.

ShowWindow ( ) : void
ValidateServer ( string server ) : void

Method Details

CheckLogin() public method

public CheckLogin ( bool check ) : void
check bool
return void

CheckProxyCustom() public method

public CheckProxyCustom ( ) : void
return void

CheckProxyNone() public method

public CheckProxyNone ( ) : void
return void

CheckProxySystem() public method

public CheckProxySystem ( ) : void
return void

GetServer() public method

public GetServer ( string server ) : string
server string
return string

HideWindow() public method

public HideWindow ( ) : void
return void

SettingController() public method

Constructor.
public SettingController ( ) : System
return System

ShowWindow() public method

public ShowWindow ( ) : void
return void

ValidateServer() public method

public ValidateServer ( string server ) : void
server string
return void