private static bool _ID_ComputeIsReadOnly(global::LightSwitchApplication.Year e) { bool result = false; e.ID_IsReadOnly(ref result); return(result); }
private static void _ID_OnValueChanged(global::LightSwitchApplication.Year e) { e.ID_Changed(); }
private static void _ID_Validate(global::LightSwitchApplication.Year e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r) { e.ID_Validate(r); }