Example #1
0
		private void detach_Children(Page entity)
		{
			this.SendPropertyChanging();
			entity.Parent = null;
		}
Example #2
0
		private void attach_Children(Page entity)
		{
			this.SendPropertyChanging();
			entity.Parent = this;
		}
Example #3
0
 partial void UpdatePage(Page instance);
Example #4
0
 partial void DeletePage(Page instance);
Example #5
0
 partial void InsertPage(Page instance);