Table of Contents

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)

public static EventStreamType GetEventStreamType(this IAggregateRoot aggregateRoot)

Parameters

aggregateRoot IAggregateRoot

IAggregateRoot to get for.

Returns

EventStreamType

The EventStreamType for the IAggregateRoot.