コード例 #1
0
		private void detach_RecipeIngredients(RecipeIngredient entity)
		{
			this.SendPropertyChanging();
			entity.Measurement = null;
		}
コード例 #2
0
 partial void DeleteRecipeIngredient(RecipeIngredient instance);
コード例 #3
0
 partial void InsertRecipeIngredient(RecipeIngredient instance);
コード例 #4
0
 partial void UpdateRecipeIngredient(RecipeIngredient instance);
コード例 #5
0
		private void attach_RecipeIngredients(RecipeIngredient entity)
		{
			this.SendPropertyChanging();
			entity.Ingredient = this;
		}