示例#1
0
                private static bool _Name_ComputeIsReadOnly(global::LightSwitchApplication.Indicator e)
                {
                    bool result = false;

                    e.Name_IsReadOnly(ref result);
                    return(result);
                }
示例#2
0
 private static void _Name_OnValueChanged(global::LightSwitchApplication.Indicator e)
 {
     e.Name_Changed();
 }
示例#3
0
 private static void _Name_Validate(global::LightSwitchApplication.Indicator e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.Name_Validate(r);
 }