CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless 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.