C# Class FdoToolbox.Express.Controls.CreateRdbmsPresenter

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

Méthodes publiques

Méthode Description
CheckConnectionName ( ) : bool
Create ( ) : bool
CreateRdbmsPresenter ( ICreateRdbmsView view, IFdoConnectionManager connMgr ) : System
Init ( ) : void

Private Methods

Méthode Description
ApplySchemas ( FdoConnection conn ) : void
CreateDataStore ( FdoFeatureService svc ) : void
CreateDefaultSpatialContext ( FdoFeatureService svc ) : void
GetBaseConnectionString ( ) : string
Test ( ) : bool

Method Details

CheckConnectionName() public méthode

public CheckConnectionName ( ) : bool
Résultat bool

Create() public méthode

public Create ( ) : bool
Résultat bool

CreateRdbmsPresenter() public méthode

public CreateRdbmsPresenter ( ICreateRdbmsView view, IFdoConnectionManager connMgr ) : System
view ICreateRdbmsView
connMgr IFdoConnectionManager
Résultat System

Init() public méthode

public Init ( ) : void
Résultat void