Exemplo n.º 1
0
            private static bool __c_Event_CanRead(global::LightSwitchApplication.LightAppDataService d)
            {
                bool result = true;

                d.c_Event_CanRead(ref result);
                return(result);
            }
Exemplo n.º 2
0
            private static bool __Account_CanDelete(global::LightSwitchApplication.LightAppDataService d)
            {
                bool result = true;

                d.Account_CanDelete(ref result);
                return(result);
            }
Exemplo n.º 3
0
 private static void __Query_Failed(global::LightSwitchApplication.LightAppDataService d, global::Microsoft.LightSwitch.QueryExecuteFailedDescriptor queryDescriptor)
 {
     d.Query_ExecuteFailed(queryDescriptor);
 }
Exemplo n.º 4
0
 private static void __SaveChanges_Failed(global::LightSwitchApplication.LightAppDataService d, object[] args, global::System.Exception ex)
 {
     d.SaveChanges_ExecuteFailed(ex);
 }
Exemplo n.º 5
0
 private static void __SaveChanges_Executed(global::LightSwitchApplication.LightAppDataService d, object[] args)
 {
     d.SaveChanges_Executed();
 }
Exemplo n.º 6
0
 private static bool __SaveChanges_CanExecute(global::LightSwitchApplication.LightAppDataService d, bool r)
 {
     d.SaveChanges_CanExecute(ref r);
     return(r);
 }
Exemplo n.º 7
0
 private static global::System.Linq.Expressions.Expression <global::System.Func <global::LightSwitchApplication.EventItem, bool> > __c_Event_Filter(global::LightSwitchApplication.LightAppDataService d)
 {
     global::System.Linq.Expressions.Expression <global::System.Func <global::LightSwitchApplication.EventItem, bool> > filter = null;
     d.c_Event_Filter(ref filter);
     return(filter);
 }
Exemplo n.º 8
0
 private static void __c_Event_Validate(global::LightSwitchApplication.LightAppDataService d, global::LightSwitchApplication.EventItem e, global::Microsoft.LightSwitch.EntitySetValidationResultsBuilder r)
 {
     d.c_Event_Validate(e, r);
 }
Exemplo n.º 9
0
 private static void __c_Event_Deleted(global::LightSwitchApplication.LightAppDataService d, global::LightSwitchApplication.EventItem e)
 {
     d.c_Event_Deleted(e);
 }
Exemplo n.º 10
0
 private static void __Account_Deleting(global::LightSwitchApplication.LightAppDataService d, global::LightSwitchApplication.AccountItem e)
 {
     d.Account_Deleting(e);
 }