C# Class Prototype.Platform.Domain.Transitions.Transition

Transition - is a way to group a number of modifications (events) for **one** Stream (usually Aggregate Root) in one atomic package, that can be either canceled or persisted by Event Store.
Afficher le fichier Open project: paralect/prototype

Méthodes publiques

Méthode Description
Transition ( TransitionId transitionId, string aggregateTypeId, System.DateTime timestamp, List events ) : System

Initializes a new instance of the T:System.Object class.

Method Details

Transition() public méthode

Initializes a new instance of the T:System.Object class.
public Transition ( TransitionId transitionId, string aggregateTypeId, System.DateTime timestamp, List events ) : System
transitionId TransitionId
aggregateTypeId string
timestamp System.DateTime
events List
Résultat System