コード例 #1
0
            private static bool __JobCards_CanRead(global::LightSwitchApplication.MRC_DataBaseDataService d)
            {
                bool result = true;

                d.JobCards_CanRead(ref result);
                return(result);
            }
コード例 #2
0
 private static void __Query_Failed(global::LightSwitchApplication.MRC_DataBaseDataService d, global::Microsoft.LightSwitch.QueryExecuteFailedDescriptor queryDescriptor)
 {
     d.Query_ExecuteFailed(queryDescriptor);
 }
コード例 #3
0
 private static void __SaveChanges_Failed(global::LightSwitchApplication.MRC_DataBaseDataService d, object[] args, global::System.Exception ex)
 {
     d.SaveChanges_ExecuteFailed(ex);
 }
コード例 #4
0
 private static void __SaveChanges_Executed(global::LightSwitchApplication.MRC_DataBaseDataService d, object[] args)
 {
     d.SaveChanges_Executed();
 }
コード例 #5
0
 private static bool __SaveChanges_CanExecute(global::LightSwitchApplication.MRC_DataBaseDataService d, bool r)
 {
     d.SaveChanges_CanExecute(ref r);
     return(r);
 }
コード例 #6
0
 private static global::System.Linq.Expressions.Expression <global::System.Func <global::LightSwitchApplication.JobCard, bool> > __JobCards_Filter(global::LightSwitchApplication.MRC_DataBaseDataService d)
 {
     global::System.Linq.Expressions.Expression <global::System.Func <global::LightSwitchApplication.JobCard, bool> > filter = null;
     d.JobCards_Filter(ref filter);
     return(filter);
 }
コード例 #7
0
 private static void __JobCards_Validate(global::LightSwitchApplication.MRC_DataBaseDataService d, global::LightSwitchApplication.JobCard e, global::Microsoft.LightSwitch.EntitySetValidationResultsBuilder r)
 {
     d.JobCards_Validate(e, r);
 }
コード例 #8
0
 private static void __JobCards_Deleted(global::LightSwitchApplication.MRC_DataBaseDataService d, global::LightSwitchApplication.JobCard e)
 {
     d.JobCards_Deleted(e);
 }