示例#1
0
 private void detach_schedules(schedule entity)
 {
     this.SendPropertyChanging();
     entity.room = null;
 }
示例#2
0
 private void attach_schedules(schedule entity)
 {
     this.SendPropertyChanging();
     entity.room = this;
 }
示例#3
0
 partial void Updateschedule(schedule instance);
示例#4
0
 partial void Deleteschedule(schedule instance);
示例#5
0
 partial void Insertschedule(schedule instance);