Example #1
0
 partial void Componentes_Validate(global::LightSwitchApplication.Componente entity, global::Microsoft.LightSwitch.EntitySetValidationResultsBuilder results);
Example #2
0
 partial void Componentes_Deleted(global::LightSwitchApplication.Componente entity);
Example #3
0
 partial void Componentes_Updating(global::LightSwitchApplication.Componente entity);
Example #4
0
 private static void __Componentes_Validate(global::LightSwitchApplication.ApplicationDataService d, global::LightSwitchApplication.Componente e, global::Microsoft.LightSwitch.EntitySetValidationResultsBuilder r)
 {
     d.Componentes_Validate(e, r);
 }
Example #5
0
 private static void __Componentes_Deleted(global::LightSwitchApplication.ApplicationDataService d, global::LightSwitchApplication.Componente e)
 {
     d.Componentes_Deleted(e);
 }
Example #6
0
 private static void __Componentes_Inserting(global::LightSwitchApplication.ApplicationDataService d, global::LightSwitchApplication.Componente e)
 {
     d.Componentes_Inserting(e);
 }