partial void DeleteSchedule(Schedule instance);
partial void UpdateSchedule(Schedule instance);
private void detach_Schedule(Schedule entity) { this.SendPropertyChanging(); entity.ScheduleScheme = null; }
partial void InsertSchedule(Schedule instance);
private void attach_Schedule(Schedule entity) { this.SendPropertyChanging(); entity.ScheduleScheme = this; }