private static bool _OverallRating_ComputeIsReadOnly(global::LightSwitchApplication.IssueFeedback e)
                {
                    bool result = false;

                    e.OverallRating_IsReadOnly(ref result);
                    return(result);
                }
                private static bool _RowVersion_ComputeIsReadOnly(global::LightSwitchApplication.IssueFeedback e)
                {
                    bool result = false;

                    e.RowVersion_IsReadOnly(ref result);
                    return(result);
                }
 private static void _OverallRating_OnValueChanged(global::LightSwitchApplication.IssueFeedback e)
 {
     e.OverallRating_Changed();
 }
 private static void _OverallRating_Validate(global::LightSwitchApplication.IssueFeedback e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.OverallRating_Validate(r);
 }
 private static void _Comment_OnValueChanged(global::LightSwitchApplication.IssueFeedback e)
 {
     e.Comment_Changed();
 }
 private static void _ResponseRating_OnValueChanged(global::LightSwitchApplication.IssueFeedback e)
 {
     e.ResponseRating_Changed();
 }
 private static void _RowVersion_OnValueChanged(global::LightSwitchApplication.IssueFeedback e)
 {
     e.RowVersion_Changed();
 }
 private static void _RowVersion_Validate(global::LightSwitchApplication.IssueFeedback e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.RowVersion_Validate(r);
 }