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