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

The AppWizardModel type exposes the following members.

Constructors

  NameDescription
Protected methodAppWizardModel
Initializes a new instance of the AppWizardModel class

Methods

  NameDescription
Protected methodAddPropertyValueChanged (Inherited from NEntity.)
Public methodDelete (Inherited from NEntity.)
Public methodEquals (Inherited from NEntity.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Inherited from NEntity.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNotifyEntitiesTabFocused
Public methodNotifyTablesTabFocused
Protected methodOnConstructed (Overrides NEntityOnConstructed()()()().)
Protected methodOnPropertyChanged (Inherited from NEntity.)
Protected methodOnSaved (Inherited from NEntity.)
Protected methodOnSaveFailed (Inherited from NEntity.)
Protected methodOnSaving (Inherited from NEntity.)
Protected methodOnSavingInTransaction (Inherited from NEntity.)
Protected methodOnServerSideSaved (Inherited from NEntity.)
Protected methodOnServerSideSaving (Inherited from NEntity.)
Protected methodQueryUser (Inherited from NEntity.)
Public methodRefreshDbSchemaList
Protected methodRemovePropertyValueChanged (Inherited from NEntity.)
Protected methodSetDefaultValues (Overrides NEntitySetDefaultValues()()()().)
Public methodToString (Inherited from NEntity.)

Properties

  NameDescription
Public propertyConnectionString
Get or set the ConnectionString that's used to import the database schema.
Public propertyDbProvider
Get or set the DbProvider that's used to import the database schema. If null, the value of the DbSchema property is used to get the database schema.
Public propertyDbSchemaList
Protected propertyDbSchemaLookupList
Public propertyEntities
Protected propertyEntityProxy (Inherited from NEntity.)
Public propertyEntitySet (Inherited from NEntity.)
Public propertyForms
Protected propertyHasChangesIncludingDependents (Inherited from NEntity.)
Public propertyIsReadOnly (Inherited from NEntity.)
Protected propertymSelectedDbSchema
Public propertyNTierProjectFileGenerator
Public propertyProgressDelegate
Get or set a delegate that shows a progress dialog.
Public propertySelectedDbSchema
Get or set the DbSchema specified by the user. This schema is used if DbProvider is not specified.
Public propertySettings
Public propertyState (Inherited from NEntity.)

Events

  NameDescription
Protected eventPropertyChanged (Inherited from NEntity.)

See Also