Interface IAggregateRootState<TState>
- Namespace
- Cratis.Chronicle.Aggregates
- Assembly
- Cratis.Chronicle.dll
Defines the state provider for an IAggregateRoot.
public interface IAggregateRootState<TState>
Type Parameters
TState
Type of state.
Properties
State
Gets the current state for the aggregate root.
TState State { get; }
Property Value
- TState