DevForce Help Reference
EntityAction Enumeration


Describes an action performed on an Entity.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum EntityAction 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As EntityAction
Members
MemberDescription
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.
Remarks
The EntityGroup.EntityChanging and EntityGroup.EntityChanged events both receive arguments containing the EntityAction.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.EntityModel.EntityAction

Requirements

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

See Also

Reference

IdeaBlade.EntityModel Namespace

Send Feedback