Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
CQRSMicroservices
Articles
ArticleAggregateRoot
C# 클래스 CQRSMicroservices.Articles.ArticleAggregateRoot
상속:
AggregateRoot
파일 보기
프로젝트 열기: AFASResearch/CQRS-Playground
공개 메소드들
메소드
설명
ArticleAggregateRoot
( ) :
System
비공개 메소드들
메소드
설명
Apply
(
ArticleAvailableEvent
@event
) :
void
Apply
(
ArticleCreatedEvent
@event
) :
void
Apply
(
ArticleUnavailableEvent
@event
) :
void
Handle
(
CreateArticleCommand
command
) :
void
Handle
(
MakeArticleAvailableCommand
command
) :
void
Handle
(
MakeArticleUnavailableCommand
command
) :
void
Handle
(
SellArticleCommand
command
) :
void
메소드 상세
ArticleAggregateRoot()
공개
메소드
public
ArticleAggregateRoot
( ) :
System
리턴
System