The Epic.Collections namespace contains useful models of collections for DDD.
It's defined in Epic.Prelude.
It's defined in Epic.Prelude.
Declaration Syntax
C# |
namespace Epic.Collections
Types
All Types | Classes | Interfaces |
Type | Description | |
---|---|---|
AggregatedOperationFailedException |
An operation that should be executed on one or more entities thrown exceptions
on some of them.
| |
AggregatedOperationFailedException<(Of <(<'TIdentity>)>)> |
An operation that should be executed on one or more entities identified by TIdentity
thrown exceptions on some of them.
| |
IdentityMap<(Of <(<'TEntity, TIdentity>)>)> |
Simple identity map.
| |
IIdentityMap<(Of <(<'TEntity, TIdentity>)>)> |
Represent an Identity Map.
| |
IMap<(Of <(<'TKey, TValue>)>)> |
A map that provide access to TValue
given a TKey.
| |
KeyNotFoundException<(Of <(<'TKey>)>)> |
The exception that is thrown when the key specified for
accessing an element in a IMap<(Of <(<'TKey, TValue>)>)> does not match any
key in the map.
|