See also:
NTier Windows Forms Framework Home
NTier Framework API reference
NTier Windows Forms Framework Home
NTier Framework API reference
The AppWizardEntitiesModel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | AppWizardEntitiesModel | Initializes a new instance of the AppWizardEntitiesModel class |
Methods
Name | Description | |
---|---|---|
![]() | AddPropertyValueChanged | (Inherited from NEntity.) |
![]() | Delete | (Inherited from NEntity.) |
![]() | Equals | (Inherited from NEntity.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | (Inherited from NEntity.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ImportDbSchemaAndCreateEntities | |
![]() | ImportDbSchemaAndCreateEntitiesIfRequired |
This method performs the following actions:
- Prompts the user if tables for which entities have been created were unselected
(missing from SelectedTableNames).
- Imports a DbSchema using the tables from SelectedTableNames.
- Creates entities that haven't been created yet but exist in SelectedTableNames.
- Deletes entities that were removed from SelectedTableNames.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NewSchemaAccessor | |
![]() | OnConstructed | (Inherited from NEntity.) |
![]() | OnPropertyChanged | (Inherited from NEntity.) |
![]() | OnSaved | (Inherited from NEntity.) |
![]() | OnSaveFailed | (Inherited from NEntity.) |
![]() | OnSaving | (Inherited from NEntity.) |
![]() | OnSavingInTransaction | (Inherited from NEntity.) |
![]() | OnServerSideSaved | (Inherited from NEntity.) |
![]() | OnServerSideSaving | (Inherited from NEntity.) |
![]() | QueryUser | (Inherited from NEntity.) |
![]() | RemovePropertyValueChanged | (Inherited from NEntity.) |
![]() | SetConnectionStringOrDbSchema |
Set the DbProvider/ConnectionString used to read the database schema, or set the DbSchema object.
AvailableTableNames are populated here.
|
![]() | SetDefaultValues | (Inherited from NEntity.) |
![]() | ToString | (Inherited from NEntity.) |
Properties
Name | Description | |
---|---|---|
![]() | AvailableTableNames |
Get or set the table names that are shown to the user for selection.
|
![]() | ConnectionString |
Get the ConnectionString that's used to import the database schema.
|
![]() | DbProvider |
Get the DbProvider that's used to import the database schema.
|
![]() | DbSchema |
Get or set the DbSchema that's used to import data.
|
![]() | DbSchemaList |
The DbSchema factory property.
|
![]() | DefaultNamespace | |
![]() | Entities |
Get the entity class view model objects.
|
![]() | EntityProxy | (Inherited from NEntity.) |
![]() | EntitySet | (Inherited from NEntity.) |
![]() | HasChangesIncludingDependents | (Inherited from NEntity.) |
![]() | IsReadOnly | (Inherited from NEntity.) |
![]() | ProgressDelegate |
Get or set a delegate that shows a progress dialog.
|
![]() | SelectedTableNames |
Get or set the table names ticked by the user.
|
![]() | State | (Inherited from NEntity.) |
Events
Name | Description | |
---|---|---|
![]() | AvailableTableNamesChanged | |
![]() | PropertyChanged | (Inherited from NEntity.) |
![]() | SelectedTableNamesChanged |