IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityAction Enumeration |
'Declaration
<FlagsAttribute()> Public Enum EntityAction Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As EntityAction
[Flags()] public enum EntityAction : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Add | The entity has been added to an EntityGroup. |
AddOnAttach | The entity has been added to an EntityGroup as a result of an attach operation. |
AddOnImport | The entity has been added to an EntityGroup as a result of an import operation. |
AddOnQuery | The entity has been added to an EntityGroup as a result of a query. |
Change | The entity has changed. |
ChangeCurrentAndOriginal | The original and the current versions of the entity have been changed. (Occurs on Merge.) |
ChangeOriginal | The original version of the entity has been changed. (Occurs on Merge with PreserveChangesUpdateOriginal strategy.) |
Commit | The changes to the entity have been committed. |
Delete | The entity was marked for deletion |
Nothing | The entity has not changed. |
Remove | The entity was removed from the EntityGroup. |
Rollback | The most recent change to the entity has been rolled back. |
System.Object
System.ValueType
System.Enum
IdeaBlade.EntityModel.EntityAction
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2