| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum EntityAction Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EntityAction | |
| C# | |
|---|---|
[FlagsAttribute()] public enum EntityAction : System.Enum, System.IComparable, System.IConvertible, System.IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class EntityAction : public 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. |
The EntityGroup.EntityChanging and EntityGroup.EntityChanged events both receive arguments containing the EntityAction.
System.Object
System.ValueType
System.Enum
IdeaBlade.EntityModel.EntityAction
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