C# 클래스 Recipes.Projections.RecipeByNameIndexProjection

파일 보기 프로젝트 열기: gnschenker/RecipesWithCqrsAndEs

공개 메소드들

메소드 설명
RecipeByNameIndexProjection ( RecipeByNameIndex>.IAtomicWriter writer ) : System
When ( DraftRecipeCreated e ) : void

메소드 상세

RecipeByNameIndexProjection() 공개 메소드

public RecipeByNameIndexProjection ( RecipeByNameIndex>.IAtomicWriter writer ) : System
writer RecipeByNameIndex>.IAtomicWriter
리턴 System

When() 공개 메소드

public When ( DraftRecipeCreated e ) : void
e DraftRecipeCreated
리턴 void