Ejemplo n.º 1
0
                private static bool _Documents_ComputeIsReadOnly(global::LightSwitchApplication.GeneratedDocument e)
                {
                    bool result = false;

                    e.Documents_IsReadOnly(ref result);
                    return(result);
                }
Ejemplo n.º 2
0
 private static void _Documents_OnValueChanged(global::LightSwitchApplication.GeneratedDocument e)
 {
     e.Documents_Changed();
 }
Ejemplo n.º 3
0
 private static void _Documents_Validate(global::LightSwitchApplication.GeneratedDocument e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.Documents_Validate(r);
 }
Ejemplo n.º 4
0
 private static void _RowVersion_OnValueChanged(global::LightSwitchApplication.GeneratedDocument e)
 {
     e.RowVersion_Changed();
 }