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

                    e.ID_IsReadOnly(ref result);
                    return(result);
                }
Beispiel #2
0
 private static void _ID_OnValueChanged(global::LightSwitchApplication.Year e)
 {
     e.ID_Changed();
 }
Beispiel #3
0
 private static void _ID_Validate(global::LightSwitchApplication.Year e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.ID_Validate(r);
 }