See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.AppWizard.FormsAssembly: NTier.AppWizard.Forms (in NTier.AppWizard.Forms.dll) Version: 1.0.0.0
Syntax
C# |
---|
public AppWizardEntityClassProperty CurrentDataItem { get; } |
Visual Basic |
---|
Public ReadOnly Property CurrentDataItem As AppWizardEntityClassProperty
Get |
Visual C++ |
---|
public:
property AppWizardEntityClassProperty^ CurrentDataItem {
AppWizardEntityClassProperty^ get ();
} |
Property Value
Type:
AppWizardEntityClassProperty
See Also