コード例 #1
0
ファイル: HR_Job.cs プロジェクト: 1016135097/FineOffice
 private void attach_HR_Personnel(HR_Personnel entity)
 {
     this.SendPropertyChanging();
     entity.HR_Job = this;
 }
コード例 #2
0
 private void detach_HR_Personnel(HR_Personnel entity)
 {
     this.SendPropertyChanging();
     entity.HR_Department = null;
 }
コード例 #3
0
 private void detach_HR_Personnel(HR_Personnel entity)
 {
     this.SendPropertyChanging();
     entity.AM_Kind = null;
 }