C# Класс 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.
Показать файл Открыть проект

Открытые методы

Метод Описание
Transition ( TransitionId transitionId, string aggregateTypeId, System.DateTime timestamp, List events ) : System

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

Описание методов

Transition() публичный Метод

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
Результат System