C# Class FdoToolbox.Base.Controls.FdoDataStoreMgrPresenter

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

Méthodes publiques

Méthode Description
CreateDataStore ( NameValueCollection props ) : void
DestroyDataStore ( NameValueCollection props ) : void
FdoDataStoreMgrPresenter ( IFdoDataStoreMgrView view, FdoConnection conn ) : System
Init ( ) : void

Private Methods

Méthode Description
GetDataStores ( ) : void
ToggleUI ( ) : void

Method Details

CreateDataStore() public méthode

public CreateDataStore ( NameValueCollection props ) : void
props System.Collections.Specialized.NameValueCollection
Résultat void

DestroyDataStore() public méthode

public DestroyDataStore ( NameValueCollection props ) : void
props System.Collections.Specialized.NameValueCollection
Résultat void

FdoDataStoreMgrPresenter() public méthode

public FdoDataStoreMgrPresenter ( IFdoDataStoreMgrView view, FdoConnection conn ) : System
view IFdoDataStoreMgrView
conn FdoToolbox.Core.Feature.FdoConnection
Résultat System

Init() public méthode

public Init ( ) : void
Résultat void