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