C# Class Samples.Domain.Model.TodoList.TodoListState

Afficher le fichier Open project: Ontropix/CQRSalad

Méthodes publiques

Méthode Description
On ( ListItemAdded evnt ) : void
On ( ListItemCompleted evnt ) : void
On ( ListItemRemoved evnt ) : void

Method Details

On() public méthode

public On ( ListItemAdded evnt ) : void
evnt ListItemAdded
Résultat void

On() public méthode

public On ( ListItemCompleted evnt ) : void
evnt ListItemCompleted
Résultat void

On() public méthode

public On ( ListItemRemoved evnt ) : void
evnt ListItemRemoved
Résultat void