C# Class CQRSMicroservices.Articles.ArticleAggregateRoot

Inheritance: AggregateRoot
Afficher le fichier Open project: AFASResearch/CQRS-Playground

Méthodes publiques

Méthode Description
ArticleAggregateRoot ( ) : System

Private Methods

Méthode Description
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

Method Details

ArticleAggregateRoot() public méthode

public ArticleAggregateRoot ( ) : System
Résultat System