C# Class FdoToolbox.Base.Controls.FdoConnectCtlPresenter

Generic Connect presenter
Mostra file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
Connect ( ) : bool
FdoConnectCtlPresenter ( IFdoConnectView view, IFdoConnectionManager connMgr ) : System
GetProviderList ( ) : void
ProviderChanged ( ) : void
TestConnection ( ) : void

Method Details

Connect() public method

public Connect ( ) : bool
return bool

FdoConnectCtlPresenter() public method

public FdoConnectCtlPresenter ( IFdoConnectView view, IFdoConnectionManager connMgr ) : System
view IFdoConnectView
connMgr IFdoConnectionManager
return System

GetProviderList() public method

public GetProviderList ( ) : void
return void

ProviderChanged() public method

public ProviderChanged ( ) : void
return void

TestConnection() public method

public TestConnection ( ) : void
return void