예제 #1
0
 partial void DeleteStoreProductInventory(StoreProductInventory instance);
예제 #2
0
 partial void UpdateStoreProductInventory(StoreProductInventory instance);
예제 #3
0
		private void detach_StoreProductInventories1(StoreProductInventory entity)
		{
			this.SendPropertyChanging();
			entity.StoreVariantTypeOption1 = null;
		}
예제 #4
0
 partial void InsertStoreProductInventory(StoreProductInventory instance);
예제 #5
0
		private void attach_StoreProductInventories(StoreProductInventory entity)
		{
			this.SendPropertyChanging();
			entity.StoreVariantTypeOption = this;
		}