Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PPPDDDChap23
EventSourcing
Application
Infrastructure
EventSourcedAggregate
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