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