<< Click to Display Table of Contents >> NShape Reference
|
A collection for storing entities and their owner sorted by id.
public interface ICacheCollection<TEntity> : IEnumerable<EntityBucket<TEntity>> |
A collection for storing entities and their owner sorted by id.
Name |
Description |
---|---|
Indexer |
Provides direct access to the items in the collection via the IEntity.Id. |
Name |
Description |
---|---|
Add |
Adds a new item to the collection. |
Contains |
Returns true if the given item is part of the collection. |
GetEntity |
Returns the entity associated with the given IEntity.Id. |
Namespace: Dataweb.NShape.Advanced
Assembly: Dataweb.NShape