private static bool _Documents_ComputeIsReadOnly(global::LightSwitchApplication.GeneratedDocument e)
                {
                    bool result = false;

                    e.Documents_IsReadOnly(ref result);
                    return(result);
                }
 private static void _Documents_OnValueChanged(global::LightSwitchApplication.GeneratedDocument e)
 {
     e.Documents_Changed();
 }
 private static void _Documents_Validate(global::LightSwitchApplication.GeneratedDocument e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.Documents_Validate(r);
 }
 private static void _RowVersion_OnValueChanged(global::LightSwitchApplication.GeneratedDocument e)
 {
     e.RowVersion_Changed();
 }