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