コード例 #1
0
 private void detach_DVMTs(DVMT entity)
 {
     this.SendPropertyChanging();
     entity.MONITOR = null;
 }
コード例 #2
0
 private void attach_DVMTs(DVMT entity)
 {
     this.SendPropertyChanging();
     entity.MONITOR = this;
 }
コード例 #3
0
 partial void DeleteDVMT(DVMT instance);
コード例 #4
0
 partial void UpdateDVMT(DVMT instance);
コード例 #5
0
 partial void InsertDVMT(DVMT instance);
コード例 #6
0
 private void attach_DVMTs(DVMT entity)
 {
     this.SendPropertyChanging();
     entity.DEVICE = this;
 }