예제 #1
0
                private static bool _Configuration_Device_ComputeIsReadOnly(global::LightSwitchApplication.Schedule_Device e)
                {
                    bool result = false;

                    e.Configuration_Device_IsReadOnly(ref result);
                    return(result);
                }
예제 #2
0
 private static void _Configuration_Device_OnValueChanged(global::LightSwitchApplication.Schedule_Device e)
 {
     e.Configuration_Device_Changed();
 }
예제 #3
0
 private static void _Configuration_Device_Validate(global::LightSwitchApplication.Schedule_Device e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.Configuration_Device_Validate(r);
 }
예제 #4
0
 private static void _Schedule_Unit_OnValueChanged(global::LightSwitchApplication.Schedule_Device e)
 {
     e.Schedule_Unit_Changed();
 }