DevForce Help Reference
EntityState Enumeration


The state of an IEntity.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum EntityState 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As EntityState
Members
MemberDescription
Added The entity has been added to the EntityManager.
AllButDetached All states except detached.
AnyAddedModifiedOrDeleted Added or Modified or Deleted.
Deleted The entity was deleted using the Entity.Delete() method.
Detached The entity has been created but is not part of any EntityGroup. A Entity is in this state immediately after it has been created and before it is added to the EntityManager, or if it has been removed from the EntityManager.
Modified The entity has been modified and EntityManager.SaveChanges() has not been called.
Unchanged The entity has not changed since last queried or saved.
Remarks
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         IdeaBlade.EntityModel.EntityState

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