コード例 #1
0
		private void detach_ContentItems(ContentItem entity)
		{
			this.SendPropertyChanging();
			entity.TextBlock = null;
		}
コード例 #2
0
 partial void DeleteContentItem(ContentItem instance);
コード例 #3
0
 partial void UpdateContentItem(ContentItem instance);
コード例 #4
0
 partial void InsertContentItem(ContentItem instance);
コード例 #5
0
		private void detach_ContentItems(ContentItem entity)
		{
			this.SendPropertyChanging();
			entity.ContentType = null;
		}
コード例 #6
0
		private void attach_ContentItems(ContentItem entity)
		{
			this.SendPropertyChanging();
			entity.ContentItem1 = this;
		}