C# Class FdoToolbox.Base.Controls.FdoInsertScaffoldPresenter

Handles presentation logic
ファイルを表示 Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
FdoInsertScaffoldPresenter ( IFdoInsertView view, FdoConnection conn, string className ) : System

Initializes a new instance of the FdoInsertScaffoldPresenter class.

Init ( ) : void

Inits this instance.

Private Methods

Method Description
Cancel ( ) : void
Insert ( ) : void

Method Details

FdoInsertScaffoldPresenter() public method

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.
return System

Init() public method

Inits this instance.
public Init ( ) : void
return void