C# Class Samples.View.ViewHandlers.TodoListViewHandler

Mostra file Open project: Ontropix/CQRSalad

Public Methods

Method 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 method

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

Apply() public method

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

Apply() public method

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

Apply() public method

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

Apply() public method

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

TodoListViewHandler() public method

public TodoListViewHandler ( IKutchaStore store ) : System.Collections.Generic
store IKutchaStore
return System.Collections.Generic