コード例 #1
0
ファイル: Current.designer.cs プロジェクト: adizka/iShop
 partial void DeleteProductProperty(ProductProperty instance);
コード例 #2
0
ファイル: Current.designer.cs プロジェクト: adizka/iShop
 partial void UpdateProductProperty(ProductProperty instance);
コード例 #3
0
ファイル: Current.designer.cs プロジェクト: adizka/iShop
		private void detach_ProductProperties(ProductProperty entity)
		{
			this.SendPropertyChanging();
			entity.Product = null;
		}
コード例 #4
0
ファイル: Current.designer.cs プロジェクト: adizka/iShop
 partial void InsertProductProperty(ProductProperty instance);
コード例 #5
0
ファイル: Current.designer.cs プロジェクト: adizka/iShop
		private void attach_ProductProperties(ProductProperty entity)
		{
			this.SendPropertyChanging();
			entity.Product = this;
		}