Пример #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);
 }