Example #1
0
                private static bool _Satisfaction_ComputeIsReadOnly(global::LightSwitchApplication.ProductFeedback e)
                {
                    bool result = false;

                    e.Satisfaction_IsReadOnly(ref result);
                    return(result);
                }
Example #2
0
 private static void _Satisfaction_OnValueChanged(global::LightSwitchApplication.ProductFeedback e)
 {
     e.Satisfaction_Changed();
 }
Example #3
0
 private static void _Satisfaction_Validate(global::LightSwitchApplication.ProductFeedback e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.Satisfaction_Validate(r);
 }
Example #4
0
 private static void _ProductDescription_OnValueChanged(global::LightSwitchApplication.ProductFeedback e)
 {
     e.ProductDescription_Changed();
 }