C# 클래스 Samples.View.ViewHandlers.TodoListViewHandler

파일 보기 프로젝트 열기: Ontropix/CQRSalad

공개 메소드들

메소드 설명
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

메소드 상세

Apply() 공개 메소드

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

Apply() 공개 메소드

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

Apply() 공개 메소드

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

Apply() 공개 메소드

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

Apply() 공개 메소드

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

TodoListViewHandler() 공개 메소드

public TodoListViewHandler ( IKutchaStore store ) : System.Collections.Generic
store IKutchaStore
리턴 System.Collections.Generic