예제 #1
0
 partial void DeleteTask(Task instance);
예제 #2
0
 partial void UpdateTask(Task instance);
예제 #3
0
		private void detach_Tasks(Task entity)
		{
			this.SendPropertyChanging();
			entity.Priority1 = null;
		}
예제 #4
0
 partial void InsertTask(Task instance);
예제 #5
0
		private void attach_Tasks(Task entity)
		{
			this.SendPropertyChanging();
			entity.Priority1 = this;
		}