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.
파일 보기 프로젝트 열기: paralect/prototype

공개 메소드들

메소드 설명
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