See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Assembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0
NTier Windows Forms Framework Home
NTier Framework API reference
Specifies which UI features are generated for an entity.
Namespace: NTier.AppWizard.ModelAssembly: NTier.AppWizard.Model (in NTier.AppWizard.Model.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
[FlagsAttribute] public enum AppWizardFormOptions |
| Visual Basic |
|---|
<FlagsAttribute> Public Enumeration AppWizardFormOptions |
| Visual C++ |
|---|
[FlagsAttribute] public enum class AppWizardFormOptions |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| Default | 65535 | ||
| DataEntryForm | 1 | ||
| Module | 2 | ||
| ModuleNew | 4 | ||
| ModuleEdit | 8 | ||
| ModuleDelete | 16 | ||
| ModuleView | 32 | ||
| RecordFindDialog | 64 |