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

The AppWizardEntitiesModel type exposes the following members.

Properties

  NameDescription
Public propertyAvailableTableNames
Get or set the table names that are shown to the user for selection.
Public propertyConnectionString
Get the ConnectionString that's used to import the database schema.
Public propertyDbProvider
Get the DbProvider that's used to import the database schema.
Public propertyDbSchema
Get or set the DbSchema that's used to import data.
Protected propertyDbSchemaList
The DbSchema factory property.
Public propertyDefaultNamespace
Public propertyEntities
Get the entity class view model objects.
Protected propertyEntityProxy (Inherited from NEntity.)
Public propertyEntitySet (Inherited from NEntity.)
Protected propertyHasChangesIncludingDependents (Inherited from NEntity.)
Public propertyIsReadOnly (Inherited from NEntity.)
Public propertyProgressDelegate
Get or set a delegate that shows a progress dialog.
Public propertySelectedTableNames
Get or set the table names ticked by the user.
Public propertyState (Inherited from NEntity.)

See Also