コード例 #1
0
		private void attach_Schedules(Schedule entity)
		{
			this.SendPropertyChanging();
			entity.ScheduleType = this;
		}
コード例 #2
0
		private void detach_Schedules(Schedule entity)
		{
			this.SendPropertyChanging();
			entity.ScheduleType = null;
		}
コード例 #3
0
		private void detach_Schedules(Schedule entity)
		{
			this.SendPropertyChanging();
			entity.Environment = null;
		}