C# Class FdoToolbox.Base.Controls.FdoInsertScaffoldPresenter

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

Méthodes publiques

Méthode Description
FdoInsertScaffoldPresenter ( IFdoInsertView view, FdoConnection conn, string className ) : System

Initializes a new instance of the FdoInsertScaffoldPresenter class.

Init ( ) : void

Inits this instance.

Private Methods

Méthode Description
Cancel ( ) : void
Insert ( ) : void

Method Details

FdoInsertScaffoldPresenter() public méthode

Initializes a new instance of the FdoInsertScaffoldPresenter class.
public FdoInsertScaffoldPresenter ( IFdoInsertView view, FdoConnection conn, string className ) : System
view IFdoInsertView The view.
conn FdoToolbox.Core.Feature.FdoConnection The conn.
className string Name of the class.
Résultat System

Init() public méthode

Inits this instance.
public Init ( ) : void
Résultat void