Ejemplo n.º 1
0
 private void detach_EACS(EACS entity)
 {
     this.SendPropertyChanging();
     entity.UserAccount = null;
 }
Ejemplo n.º 2
0
 private void detach_EACS_VerifiedBy(EACS entity)
 {
     this.SendPropertyChanging();
     entity.VerifiedByUserAccount = null;
 }
Ejemplo n.º 3
0
 private void attach_EACS(EACS entity)
 {
     this.SendPropertyChanging();
     entity.UserAccount = this;
 }
Ejemplo n.º 4
0
 private void attach_EACS_ProcessedBy(EACS entity)
 {
     this.SendPropertyChanging();
     entity.ProcessedByUserAccount = this;
 }
Ejemplo n.º 5
0
 private void attach_EACS(EACS entity)
 {
     this.SendPropertyChanging();
     entity.SARF = this;
 }
Ejemplo n.º 6
0
 private void detach_EACS(EACS entity)
 {
     this.SendPropertyChanging();
     entity.SARF = null;
 }
Ejemplo n.º 7
0
 public void DeleteEacs(EACS eacs)
 {
     DataContext.EACS.DeleteOnSubmit(eacs);
 }
Ejemplo n.º 8
0
 public void AddEacs(EACS eacs)
 {
     DataContext.EACS.InsertOnSubmit(eacs);
 }
Ejemplo n.º 9
0
partial         void UpdateEACS(EACS instance);
Ejemplo n.º 10
0
partial         void InsertEACS(EACS instance);
Ejemplo n.º 11
0
partial         void DeleteEACS(EACS instance);