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

The AppWizardModel type exposes the following members.

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.)

See Also