示例#1
0
                private static bool _PhoneItem_ComputeIsReadOnly(global::LightSwitchApplication.ServicePlan e)
                {
                    bool result = false;

                    e.PhoneItem_IsReadOnly(ref result);
                    return(result);
                }
示例#2
0
                private static bool _InternationalDialing_ComputeIsReadOnly(global::LightSwitchApplication.ServicePlan e)
                {
                    bool result = false;

                    e.InternationalDialing_IsReadOnly(ref result);
                    return(result);
                }
示例#3
0
                private static bool _RowVersion_ComputeIsReadOnly(global::LightSwitchApplication.ServicePlan e)
                {
                    bool result = false;

                    e.RowVersion_IsReadOnly(ref result);
                    return(result);
                }
示例#4
0
 private static void __ServicePlans_Validate(global::LightSwitchApplication.ApplicationDataService d, global::LightSwitchApplication.ServicePlan e, global::Microsoft.LightSwitch.EntitySetValidationResultsBuilder r)
 {
     d.ServicePlans_Validate(e, r);
 }
示例#5
0
 private static void __ServicePlans_Deleted(global::LightSwitchApplication.ApplicationDataService d, global::LightSwitchApplication.ServicePlan e)
 {
     d.ServicePlans_Deleted(e);
 }
示例#6
0
 private static void __ServicePlans_Inserting(global::LightSwitchApplication.ApplicationDataService d, global::LightSwitchApplication.ServicePlan e)
 {
     d.ServicePlans_Inserting(e);
 }
示例#7
0
 partial void ServicePlans_Validate(global::LightSwitchApplication.ServicePlan entity, global::Microsoft.LightSwitch.EntitySetValidationResultsBuilder results);
示例#8
0
 partial void ServicePlans_Deleted(global::LightSwitchApplication.ServicePlan entity);
示例#9
0
 partial void ServicePlans_Updating(global::LightSwitchApplication.ServicePlan entity);
示例#10
0
 private static void _PhoneItem_OnValueChanged(global::LightSwitchApplication.ServicePlan e)
 {
     e.PhoneItem_Changed();
 }
示例#11
0
 private static void _PhoneItem_Validate(global::LightSwitchApplication.ServicePlan e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.PhoneItem_Validate(r);
 }
示例#12
0
 private static void _HotSpot_OnValueChanged(global::LightSwitchApplication.ServicePlan e)
 {
     e.HotSpot_Changed();
 }
示例#13
0
 private static void _DataPlan_OnValueChanged(global::LightSwitchApplication.ServicePlan e)
 {
     e.DataPlan_Changed();
 }
示例#14
0
 private static void _InternationalDialing_OnValueChanged(global::LightSwitchApplication.ServicePlan e)
 {
     e.InternationalDialing_Changed();
 }
示例#15
0
 private static void _InternationalDialing_Validate(global::LightSwitchApplication.ServicePlan e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.InternationalDialing_Validate(r);
 }
示例#16
0
 private static void _RowVersion_OnValueChanged(global::LightSwitchApplication.ServicePlan e)
 {
     e.RowVersion_Changed();
 }