Beispiel #1
0
 partial void DeleteItems(Items instance);
Beispiel #2
0
 partial void UpdateItems(Items instance);
Beispiel #3
0
 private void detach_Items(Items entity)
 {
     this.SendPropertyChanging();
     entity.Category = null;
 }
Beispiel #4
0
 partial void InsertItems(Items instance);
Beispiel #5
0
 private void attach_Items(Items entity)
 {
     this.SendPropertyChanging();
     entity.Category = this;
 }