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