C# Class Samples.View.ViewHandlers.TodoListViewHandler

Afficher le fichier Open project: Ontropix/CQRSalad

Méthodes publiques

Méthode Description
Apply ( ListItemAdded evnt ) : System.Threading.Tasks.Task
Apply ( ListItemCompleted evnt ) : System.Threading.Tasks.Task
Apply ( ListItemRemoved evnt ) : System.Threading.Tasks.Task
Apply ( TodoListCreated evnt ) : System.Threading.Tasks.Task
Apply ( TodoListDeleted evnt ) : System.Threading.Tasks.Task
TodoListViewHandler ( IKutchaStore store ) : System.Collections.Generic

Method Details

Apply() public méthode

public Apply ( ListItemAdded evnt ) : System.Threading.Tasks.Task
evnt Samples.Domain.Model.TodoList.ListItemAdded
Résultat System.Threading.Tasks.Task

Apply() public méthode

public Apply ( ListItemCompleted evnt ) : System.Threading.Tasks.Task
evnt Samples.Domain.Model.TodoList.ListItemCompleted
Résultat System.Threading.Tasks.Task

Apply() public méthode

public Apply ( ListItemRemoved evnt ) : System.Threading.Tasks.Task
evnt Samples.Domain.Model.TodoList.ListItemRemoved
Résultat System.Threading.Tasks.Task

Apply() public méthode

public Apply ( TodoListCreated evnt ) : System.Threading.Tasks.Task
evnt Samples.Domain.Model.TodoList.TodoListCreated
Résultat System.Threading.Tasks.Task

Apply() public méthode

public Apply ( TodoListDeleted evnt ) : System.Threading.Tasks.Task
evnt Samples.Domain.Model.TodoList.TodoListDeleted
Résultat System.Threading.Tasks.Task

TodoListViewHandler() public méthode

public TodoListViewHandler ( IKutchaStore store ) : System.Collections.Generic
store IKutchaStore
Résultat System.Collections.Generic