Example #1
0
                private static bool _Text_Rechnung_ComputeIsReadOnly(global::LightSwitchApplication.BezahlartItem e)
                {
                    bool result = false;

                    e.Text_Rechnung_IsReadOnly(ref result);
                    return(result);
                }
Example #2
0
                private static bool _RowVersion_ComputeIsReadOnly(global::LightSwitchApplication.BezahlartItem e)
                {
                    bool result = false;

                    e.RowVersion_IsReadOnly(ref result);
                    return(result);
                }
Example #3
0
 private static void _Text_Rechnung_OnValueChanged(global::LightSwitchApplication.BezahlartItem e)
 {
     e.Text_Rechnung_Changed();
 }
Example #4
0
 private static void _Text_Rechnung_Validate(global::LightSwitchApplication.BezahlartItem e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.Text_Rechnung_Validate(r);
 }
Example #5
0
 private static void _RowVersion_OnValueChanged(global::LightSwitchApplication.BezahlartItem e)
 {
     e.RowVersion_Changed();
 }
Example #6
0
 private static void _RowVersion_Validate(global::LightSwitchApplication.BezahlartItem e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.RowVersion_Validate(r);
 }
Example #7
0
 private static void _Id_OnValueChanged(global::LightSwitchApplication.BezahlartItem e)
 {
     e.Id_Changed();
 }