Exemplo n.º 1
0
		private void detach_ContentItems(ContentItem entity)
		{
			this.SendPropertyChanging();
			entity.TextBlock = null;
		}
Exemplo n.º 2
0
 partial void DeleteContentItem(ContentItem instance);
Exemplo n.º 3
0
 partial void UpdateContentItem(ContentItem instance);
Exemplo n.º 4
0
 partial void InsertContentItem(ContentItem instance);
Exemplo n.º 5
0
		private void detach_ContentItems(ContentItem entity)
		{
			this.SendPropertyChanging();
			entity.ContentType = null;
		}
Exemplo n.º 6
0
		private void attach_ContentItems(ContentItem entity)
		{
			this.SendPropertyChanging();
			entity.ContentItem1 = this;
		}