C# Class PPPDDDChap23.EventSourcing.Application.Infrastructure.EventSourcedAggregate

Inheritance: Entity
ファイルを表示 Open project: elbandit/PPPDDD

Public Methods

Method Description
Apply ( DomainEvent changes ) : void
EventSourcedAggregate ( ) : System

Method Details

Apply() public abstract method

public abstract Apply ( DomainEvent changes ) : void
changes DomainEvent
return void

EventSourcedAggregate() public method

public EventSourcedAggregate ( ) : System
return System