Ejemplo n.º 1
0
                private static string _IndicatorName_ComputeValue(global::LightSwitchApplication.Study e)
                {
                    string value = default(string);

                    e.IndicatorName_Compute(ref value);
                    return(value);
                }
Ejemplo n.º 2
0
                private static bool _IndicatorId_ComputeIsReadOnly(global::LightSwitchApplication.Study e)
                {
                    bool result = false;

                    e.IndicatorId_IsReadOnly(ref result);
                    return(result);
                }
Ejemplo n.º 3
0
 private static void _IndicatorName_Validate(global::LightSwitchApplication.Study e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.IndicatorName_Validate(r);
 }
Ejemplo n.º 4
0
 private static void _IndicatorId_OnValueChanged(global::LightSwitchApplication.Study e)
 {
     e.IndicatorId_Changed();
 }
Ejemplo n.º 5
0
 private static void _InstrumentName_OnValueChanged(global::LightSwitchApplication.Study e)
 {
     e.InstrumentName_Changed();
 }