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