Beispiel #1
0
 private void detach_ECDAP(ECDAP entity)
 {
     this.SendPropertyChanging();
     entity.UserAccount = null;
 }
Beispiel #2
0
 private void detach_ECDAP(ECDAP entity)
 {
     this.SendPropertyChanging();
     entity.Person = null;
 }
Beispiel #3
0
 private void attach_ECDAP(ECDAP entity)
 {
     this.SendPropertyChanging();
     entity.UserAccount = this;
 }
Beispiel #4
0
 private void attach_ECDAP(ECDAP entity)
 {
     this.SendPropertyChanging();
     entity.Person = this;
 }
Beispiel #5
0
 private void detach_ECDAP(ECDAP entity)
 {
     this.SendPropertyChanging();
     entity.BadgeRegistry = null;
 }
Beispiel #6
0
partial         void UpdateECDAP(ECDAP instance);
Beispiel #7
0
partial         void InsertECDAP(ECDAP instance);
Beispiel #8
0
partial         void DeleteECDAP(ECDAP instance);