IdeaBlade DevForce 2010 Help Reference
EntityAction Enumeration
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityAction Enumeration



Describes an action performed on an Entity.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum EntityAction 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
Visual Basic (Usage)Copy Code
Dim instance As EntityAction
C++/CLI 
[FlagsAttribute()]
public enum class EntityAction : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  

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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.