See also:
NTier Windows Forms Framework Home
NTier Framework API reference
The view model for an entity class property.
This view model wraps an underlying EntityClassProperty object.
Namespace: NTier.AppWizard.ModelAssembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public class AppWizardEntityClassProperty : BindingObject,
INotificationsPrefix |
| Visual Basic |
|---|
Public Class AppWizardEntityClassProperty
Inherits BindingObject
Implements INotificationsPrefix |
| Visual C++ |
|---|
public ref class AppWizardEntityClassProperty : public BindingObject,
INotificationsPrefix |
Inheritance Hierarchy
See Also