Ejemplo n.º 1
0
 private void attach_Orders(Orders entity)
 {
     this.SendPropertyChanging();
     entity.Status1 = this;
 }
Ejemplo n.º 2
0
 private void detach_Orders(Orders entity)
 {
     this.SendPropertyChanging();
     entity.Status1 = null;
 }
Ejemplo n.º 3
0
 partial void DeleteOrders(Orders instance);
Ejemplo n.º 4
0
 partial void UpdateOrders(Orders instance);
Ejemplo n.º 5
0
 partial void InsertOrders(Orders instance);
Ejemplo n.º 6
0
 private void detach_Orders(Orders entity)
 {
     this.SendPropertyChanging();
     entity.Material = null;
 }
Ejemplo n.º 7
0
 private void attach_Orders(Orders entity)
 {
     this.SendPropertyChanging();
     entity.Material = this;
 }