private static bool _RowVersion_ComputeIsReadOnly(global::LightSwitchApplication.Timesheet e) { bool result = false; e.RowVersion_IsReadOnly(ref result); return(result); }
private static bool _ModifiedBy_ComputeIsReadOnly(global::LightSwitchApplication.Timesheet e) { bool result = false; e.ModifiedBy_IsReadOnly(ref result); return(result); }
private static void _RowVersion_OnValueChanged(global::LightSwitchApplication.Timesheet e) { e.RowVersion_Changed(); }
private static void _RowVersion_Validate(global::LightSwitchApplication.Timesheet e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r) { e.RowVersion_Validate(r); }
private static void _Modified_OnValueChanged(global::LightSwitchApplication.Timesheet e) { e.Modified_Changed(); }
private static void _CreatedBy_OnValueChanged(global::LightSwitchApplication.Timesheet e) { e.CreatedBy_Changed(); }