Example #1
0
 partial void DeletePage(Page instance);
Example #2
0
		private void detach_Pages(Page entity)
		{
			this.SendPropertyChanging();
			entity.TextBlock = null;
		}
Example #3
0
		private void attach_Pages(Page entity)
		{
			this.SendPropertyChanging();
			entity.TextBlock = this;
		}
Example #4
0
 partial void UpdatePage(Page instance);
Example #5
0
 partial void InsertPage(Page instance);
Example #6
0
		private void detach_Pages(Page entity)
		{
			this.SendPropertyChanging();
			entity.ContentItem = null;
		}
Example #7
0
		private void attach_Pages(Page entity)
		{
			this.SendPropertyChanging();
			entity.ContentItem = this;
		}