Beispiel #1
0
 private void detach_Units(Engage_Unit entity)
 {
     this.SendPropertyChanging();
     entity.Army = null;
 }
Beispiel #2
0
 private void attach_Units(Engage_Unit entity)
 {
     this.SendPropertyChanging();
     entity.Army = this;
 }
Beispiel #3
0
 partial void UpdateEngage_Unit(Engage_Unit instance);
Beispiel #4
0
 partial void DeleteEngage_Unit(Engage_Unit instance);
Beispiel #5
0
 partial void InsertEngage_Unit(Engage_Unit instance);