CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Domain.Factories.IAggregateFactory Interface Reference

A factory for creating instances of aggregates. More...

+ Inheritance diagram for Cqrs.Domain.Factories.IAggregateFactory:

Public Member Functions

TAggregate Create< TAggregate > (Guid? rsn=null, bool tryDependencyResolutionFirst=true)
 Creates instance of TAggregate . More...
 
object Create (Type aggregateType, Guid? rsn=null, bool tryDependencyResolutionFirst=true)
 Creates instance of type aggregateType More...
 

Detailed Description

A factory for creating instances of aggregates.