Class AggregateRootExtensions
- Namespace
- Cratis.Chronicle.Aggregates
- Assembly
- Cratis.Chronicle.dll
Extension methods for IAggregateRoot.
public static class AggregateRootExtensions
- Inheritance
-
AggregateRootExtensions
- Inherited Members
Methods
GetEventStreamType(IAggregateRoot)
Get the EventStreamType for the IAggregateRoot.
public static EventStreamType GetEventStreamType(this IAggregateRoot aggregateRoot)
Parameters
aggregateRoot
IAggregateRootIAggregateRoot to get for.
Returns
- EventStreamType
The EventStreamType for the IAggregateRoot.