See also:
NTier Windows Forms Framework Home
NTier Framework API reference
NTier Windows Forms Framework Home
NTier Framework API reference
The EntityClassDbSyncTask type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EntityClassDbSyncTask | Initializes a new instance of the EntityClassDbSyncTask 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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| 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.) | |
| Run |
Run the task.
| |
| SetDefaultValues | (Inherited from NEntity.) | |
| ToString | (Inherited from NEntity.) |
Properties
| Name | Description | |
|---|---|---|
| ClassName |
Get the fully qualified name of the entity class the task relates to.
| |
| Description |
Get a short description of the task that is shown in the task list UI.
| |
| EntityClass |
Get the entity class the task relates to.
| |
| EntityProxy | (Inherited from NEntity.) | |
| EntitySet | (Inherited from NEntity.) | |
| HasChangesIncludingDependents | (Inherited from NEntity.) | |
| IsReadOnly | (Inherited from NEntity.) | |
| State | (Inherited from NEntity.) | |
| Type |
Get or set the type of this EntityClassDbSyncTask subclass.
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from NEntity.) |