C# Class FdoToolbox.Base.Controls.FdoConnectCtlPresenter

Generic Connect presenter
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

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

Method Details

Connect() public méthode

public Connect ( ) : bool
Résultat bool

FdoConnectCtlPresenter() public méthode

public FdoConnectCtlPresenter ( IFdoConnectView view, IFdoConnectionManager connMgr ) : System
view IFdoConnectView
connMgr IFdoConnectionManager
Résultat System

GetProviderList() public méthode

public GetProviderList ( ) : void
Résultat void

ProviderChanged() public méthode

public ProviderChanged ( ) : void
Résultat void

TestConnection() public méthode

public TestConnection ( ) : void
Résultat void