Beispiel #1
0
                private static bool _IsExternal_ComputeIsReadOnly(global::LightSwitchApplication.Client e)
                {
                    bool result = false;

                    e.IsExternal_IsReadOnly(ref result);
                    return(result);
                }
Beispiel #2
0
                private static bool _RowVersion_ComputeIsReadOnly(global::LightSwitchApplication.Client e)
                {
                    bool result = false;

                    e.RowVersion_IsReadOnly(ref result);
                    return(result);
                }
Beispiel #3
0
 private static void _Client_SetImplementationValue(global::LightSwitchApplication.ProjectClientMap.DetailsClass d, global::LightSwitchApplication.Client v)
 {
     d.SetImplementationValue(global::LightSwitchApplication.ProjectClientMap.DetailsClass.PropertySetProperties.Client, ref d._Client, (i, ev) => i.Client = ev, v);
 }
Beispiel #4
0
 private static void _IsExternal_OnValueChanged(global::LightSwitchApplication.Client e)
 {
     e.IsExternal_Changed();
 }
Beispiel #5
0
 private static void _IsExternal_Validate(global::LightSwitchApplication.Client e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.IsExternal_Validate(r);
 }
Beispiel #6
0
 private static void _Name_OnValueChanged(global::LightSwitchApplication.Client e)
 {
     e.Name_Changed();
 }
Beispiel #7
0
 private static void _RowVersion_OnValueChanged(global::LightSwitchApplication.Client e)
 {
     e.RowVersion_Changed();
 }
Beispiel #8
0
 private static void _RowVersion_Validate(global::LightSwitchApplication.Client e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.RowVersion_Validate(r);
 }