| Visual Basic (Declaration) | |
|---|---|
Public Class EntityGroup(Of TEntity As Class) Inherits EntityGroup Implements System.Collections.Generic.IEnumerable(Of EntityAspect), System.Collections.IEnumerable, System.Linq.IGrouping(Of Type,EntityAspect) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As EntityGroup(Of TEntity) | |
| C# | |
|---|---|
public class EntityGroup<TEntity> : EntityGroup, System.Collections.Generic.IEnumerable<EntityAspect>, System.Collections.IEnumerable, System.Linq.IGrouping<Type,EntityAspect> where TEntity: class | |
| C++/CLI | |
|---|---|
generic<typename TEntity> public ref class EntityGroup : public EntityGroup, System.Collections.Generic.IEnumerable<EntityAspect>, System.Collections.IEnumerable, System.Linq.IGrouping<Type,EntityAspect> where TEntity: ref class | |
- TEntity
Classes derived from EntityGroup{T} are automatically created by the framework to hold entities of each type. The EntityManager manages all EntityGroups in its cache.
System.Object
IdeaBlade.EntityModel.EntityGroup
IdeaBlade.EntityModel.EntityGroup<TEntity>
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