private static bool _URL_ComputeIsReadOnly(global::LightSwitchApplication.Hyperlink e)
                {
                    bool result = false;

                    e.URL_IsReadOnly(ref result);
                    return(result);
                }
 private static void _URL_OnValueChanged(global::LightSwitchApplication.Hyperlink e)
 {
     e.URL_Changed();
 }
 private static void _URL_Validate(global::LightSwitchApplication.Hyperlink e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.URL_Validate(r);
 }