C# Class Recipes.Projections.RecipeByNameIndexProjection

Show file Open project: gnschenker/RecipesWithCqrsAndEs

Public Methods

Method Description
RecipeByNameIndexProjection ( RecipeByNameIndex>.IAtomicWriter writer ) : System
When ( DraftRecipeCreated e ) : void

Method Details

RecipeByNameIndexProjection() public method

public RecipeByNameIndexProjection ( RecipeByNameIndex>.IAtomicWriter writer ) : System
writer RecipeByNameIndex>.IAtomicWriter
return System

When() public method

public When ( DraftRecipeCreated e ) : void
e DraftRecipeCreated
return void