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

                d.AccountSet_CanRead(ref result);
                return(result);
            }
コード例 #2
0
 private static void __sjkpdev07ContextData_ReceivedResponse(global::LightSwitchApplication.sjkpdev07ContextDataService d, global::Microsoft.LightSwitch.ODataReceivedState state)
 {
     d.sjkpdev07ContextData_ReceivedResponse(state);
 }
コード例 #3
0
 private static void __sjkpdev07ContextData_SendingRequest(global::LightSwitchApplication.sjkpdev07ContextDataService d, global::Microsoft.LightSwitch.ODataSendingState state)
 {
     d.sjkpdev07ContextData_SendingRequest(state);
 }
コード例 #4
0
 private static void __Query_Failed(global::LightSwitchApplication.sjkpdev07ContextDataService d, global::Microsoft.LightSwitch.QueryExecuteFailedDescriptor queryDescriptor)
 {
     d.Query_ExecuteFailed(queryDescriptor);
 }
コード例 #5
0
 private static void __SaveChanges_Failed(global::LightSwitchApplication.sjkpdev07ContextDataService d, object[] args, global::System.Exception ex)
 {
     d.SaveChanges_ExecuteFailed(ex);
 }
コード例 #6
0
 private static void __SaveChanges_Executed(global::LightSwitchApplication.sjkpdev07ContextDataService d, object[] args)
 {
     d.SaveChanges_Executed();
 }
コード例 #7
0
 private static bool __SaveChanges_CanExecute(global::LightSwitchApplication.sjkpdev07ContextDataService d, bool r)
 {
     d.SaveChanges_CanExecute(ref r);
     return(r);
 }
コード例 #8
0
 private static void __AccountSet_Validate(global::LightSwitchApplication.sjkpdev07ContextDataService d, global::LightSwitchApplication.Account e, global::Microsoft.LightSwitch.EntitySetValidationResultsBuilder r)
 {
     d.AccountSet_Validate(e, r);
 }