Beispiel #1
0
 private void detach_TUs(TU entity)
 {
     this.SendPropertyChanging();
     entity.LOAITU = null;
 }
Beispiel #2
0
 private void attach_TUs(TU entity)
 {
     this.SendPropertyChanging();
     entity.LOAITU = this;
 }
Beispiel #3
0
 partial void UpdateTU(TU instance);
Beispiel #4
0
 partial void DeleteTU(TU instance);
Beispiel #5
0
 partial void InsertTU(TU instance);