예제 #1
0
 partial void DeleteHD_Category(HD_Category instance);
예제 #2
0
 partial void UpdateHD_Category(HD_Category instance);
예제 #3
0
		private void detach_Category(HD_Category entity)
		{
			this.SendPropertyChanging();
			entity.ParentHD_Category = null;
		}
예제 #4
0
 partial void InsertHD_Category(HD_Category instance);
예제 #5
0
		private void attach_Category(HD_Category entity)
		{
			this.SendPropertyChanging();
			entity.ParentHD_Category = this;
		}