C# Class FdoToolbox.Base.Controls.FdoDataStoreMgrPresenter

Mostra file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

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

Private Methods

Method Description
GetDataStores ( ) : void
ToggleUI ( ) : void

Method Details

CreateDataStore() public method

public CreateDataStore ( NameValueCollection props ) : void
props System.Collections.Specialized.NameValueCollection
return void

DestroyDataStore() public method

public DestroyDataStore ( NameValueCollection props ) : void
props System.Collections.Specialized.NameValueCollection
return void

FdoDataStoreMgrPresenter() public method

public FdoDataStoreMgrPresenter ( IFdoDataStoreMgrView view, FdoConnection conn ) : System
view IFdoDataStoreMgrView
conn FdoToolbox.Core.Feature.FdoConnection
return System

Init() public method

public Init ( ) : void
return void