コード例 #1
0
 partial void InventoryItems_Validate(global::LightSwitchApplication.InventoryItem entity, global::Microsoft.LightSwitch.EntitySetValidationResultsBuilder results);
コード例 #2
0
 partial void InventoryItems_Deleted(global::LightSwitchApplication.InventoryItem entity);
コード例 #3
0
 private static void __InventoryItems_Validate(global::LightSwitchApplication.ContosoMotorsCarInventoryService d, global::LightSwitchApplication.InventoryItem e, global::Microsoft.LightSwitch.EntitySetValidationResultsBuilder r)
 {
     d.InventoryItems_Validate(e, r);
 }
コード例 #4
0
 partial void InventoryItems_Updating(global::LightSwitchApplication.InventoryItem entity);
コード例 #5
0
 private static void __InventoryItems_Deleted(global::LightSwitchApplication.ContosoMotorsCarInventoryService d, global::LightSwitchApplication.InventoryItem e)
 {
     d.InventoryItems_Deleted(e);
 }