DevForce Help Reference
EntityGroup Class
Members 


Abstract base class for the EntityGroup<TEntity> class.
Syntax
Remarks
An EntityGroup is used within the framework to hold entities of a specific type. With the exception of some events provided by the EntityGroup, you will rarely need to work with this class directly.

The EntityGroup provides several pre- and post- change events at both the property and entity levels. You can subscribe to EntityPropertyChanging and EntityPropertyChanged to handle property-level changes to your entities. You can subscribe to EntityChanging and EntityChanged to listen for any change to your entities.

You can obtain an EntityGroup instance from an EntityManager using EntityManager.GetEntityGroup.

Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.EntityGroup
      IdeaBlade.EntityModel.EntityGroup<TEntity>

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

EntityGroup Members
IdeaBlade.EntityModel Namespace

Send Feedback