C# Class FdoToolbox.Base.Controls.FdoDataStoreMgrCtl

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

Méthodes publiques

Méthode Description
DependsOnConnection ( FdoConnection conn ) : bool
FdoDataStoreMgrCtl ( ) : System
FdoDataStoreMgrCtl ( FdoConnection conn ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnCreate_Click ( object sender, EventArgs e ) : void
btnDestroy_Click ( object sender, EventArgs e ) : void

Method Details

DependsOnConnection() public méthode

public DependsOnConnection ( FdoConnection conn ) : bool
conn FdoConnection
Résultat bool

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

FdoDataStoreMgrCtl() public méthode

public FdoDataStoreMgrCtl ( ) : System
Résultat System

FdoDataStoreMgrCtl() public méthode

public FdoDataStoreMgrCtl ( FdoConnection conn ) : System
conn FdoConnection
Résultat System

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void