See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Namespace: NTier.AppWizard.Model
Assembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0

Syntax

C#
protected override AppWizardForm CreateItem(
	EntityClass innerElement
)
Visual Basic
Protected Overrides Function CreateItem ( 
	innerElement As EntityClass
) As AppWizardForm
Visual C++
protected:
virtual AppWizardForm^ CreateItem(
	EntityClass^ innerElement
) override

Parameters

innerElement
Type: NTier.Model.Entity..::..EntityClass

Return Value

Type: AppWizardForm

See Also