Beispiel #1
0
 private void detach_AGENT(AGENT entity)
 {
     this.SendPropertyChanging();
     entity.FONCTION1 = null;
 }
Beispiel #2
0
 private void attach_AGENT(AGENT entity)
 {
     this.SendPropertyChanging();
     entity.FONCTION1 = this;
 }
Beispiel #3
0
 partial void UpdateAGENT(AGENT instance);
Beispiel #4
0
 partial void DeleteAGENT(AGENT instance);
Beispiel #5
0
 partial void InsertAGENT(AGENT instance);