IdeaBlade DevForce 2010 Help Reference
EntityGroup Class
Members  See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityGroup Class



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 EntityGroup.EntityPropertyChanging and EntityGroup.EntityPropertyChanged to handle property-level changes to your entities. You can subscribe to EntityGroup.EntityChanging and EntityGroup.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 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.