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