Example #1
0
            private static bool __InventoryItems_CanRead(global::LightSwitchApplication.ContosoMotorsCarInventoryService d)
            {
                bool result = true;

                d.InventoryItems_CanRead(ref result);
                return(result);
            }
Example #2
0
 private static void __Query_Failed(global::LightSwitchApplication.ContosoMotorsCarInventoryService d, global::Microsoft.LightSwitch.QueryExecuteFailedDescriptor queryDescriptor)
 {
     d.Query_ExecuteFailed(queryDescriptor);
 }
Example #3
0
 private static global::System.Linq.IQueryable __GetFilteredCarInventory_PreprocessQuery(global::LightSwitchApplication.ContosoMotorsCarInventoryService d, object[] args)
 {
     global::System.Linq.IQueryable <global::LightSwitchApplication.InventoryItem> query = (global::System.Linq.IQueryable <global::LightSwitchApplication.InventoryItem>)args[4];
     d.GetFilteredCarInventory_PreprocessQuery((string)args[0], (string)args[1], (global::System.Nullable <int>)args[2], (global::System.Nullable <int>)args[3], ref query);
     return(query);
 }
Example #4
0
 private static void __GetFilteredCarInventory_Failed(global::LightSwitchApplication.ContosoMotorsCarInventoryService d, object[] args, global::System.Exception ex)
 {
     d.GetFilteredCarInventory_ExecuteFailed((string)args[0], (string)args[1], (global::System.Nullable <int>)args[2], (global::System.Nullable <int>)args[3], ex);
 }
Example #5
0
 private static void __GetFilteredCarInventory_Executed(global::LightSwitchApplication.ContosoMotorsCarInventoryService d, object[] args)
 {
     d.GetFilteredCarInventory_Executed((string)args[0], (string)args[1], (global::System.Nullable <int>)args[2], (global::System.Nullable <int>)args[3], (global::System.Collections.Generic.IEnumerable <global::LightSwitchApplication.InventoryItem>)args[4]);
 }
Example #6
0
 private static bool __GetFilteredCarInventory_CanExecute(global::LightSwitchApplication.ContosoMotorsCarInventoryService d, bool r)
 {
     d.GetFilteredCarInventory_CanExecute(ref r);
     return(r);
 }
Example #7
0
 private static void __ContosoMotorsQuery_Executing(global::LightSwitchApplication.ContosoMotorsCarInventoryService d, object[] args)
 {
     d.ContosoMotorsQuery_Executing((string)args[0], (string)args[1], (global::System.Nullable <int>)args[2], (global::System.Nullable <int>)args[3]);
 }
Example #8
0
 private static void __SaveChanges_Failed(global::LightSwitchApplication.ContosoMotorsCarInventoryService d, object[] args, global::System.Exception ex)
 {
     d.SaveChanges_ExecuteFailed(ex);
 }
Example #9
0
 private static void __SaveChanges_Executed(global::LightSwitchApplication.ContosoMotorsCarInventoryService d, object[] args)
 {
     d.SaveChanges_Executed();
 }
Example #10
0
 private static bool __SaveChanges_CanExecute(global::LightSwitchApplication.ContosoMotorsCarInventoryService d, bool r)
 {
     d.SaveChanges_CanExecute(ref r);
     return(r);
 }
Example #11
0
 private static void __InventoryItems_Validate(global::LightSwitchApplication.ContosoMotorsCarInventoryService d, global::LightSwitchApplication.InventoryItem e, global::Microsoft.LightSwitch.EntitySetValidationResultsBuilder r)
 {
     d.InventoryItems_Validate(e, r);
 }
Example #12
0
 private static void __InventoryItems_Deleted(global::LightSwitchApplication.ContosoMotorsCarInventoryService d, global::LightSwitchApplication.InventoryItem e)
 {
     d.InventoryItems_Deleted(e);
 }