예제 #1
0
 public DegreeModel(Degree d)
 {
     _degree = d;
     populate();
 }
예제 #2
0
 partial void DeleteDegree(Degree instance);
예제 #3
0
 partial void UpdateDegree(Degree instance);
예제 #4
0
 partial void InsertDegree(Degree instance);
예제 #5
0
		private void detach_Degrees(Degree entity)
		{
			this.SendPropertyChanging();
			entity.Department = null;
		}
예제 #6
0
		private void attach_Degrees(Degree entity)
		{
			this.SendPropertyChanging();
			entity.Department = this;
		}