Beispiel #1
0
 partial void DeleteCabel(Cabel instance);
Beispiel #2
0
 partial void UpdateCabel(Cabel instance);
Beispiel #3
0
 private void detach_Cabels(Cabel entity)
 {
     this.SendPropertyChanging();
     entity.Central = null;
 }
Beispiel #4
0
 partial void InsertCabel(Cabel instance);
Beispiel #5
0
 private void attach_Cabels(Cabel entity)
 {
     this.SendPropertyChanging();
     entity.Central = this;
 }