Example #1
0
 partial void DeleteTag(Tag instance);
Example #2
0
 partial void UpdateTag(Tag instance);
Example #3
0
		private void detach_Tags(Tag entity)
		{
			this.SendPropertyChanging();
			entity.ContentItem = null;
		}
Example #4
0
 partial void InsertTag(Tag instance);
Example #5
0
		private void attach_Tags(Tag entity)
		{
			this.SendPropertyChanging();
			entity.ContentItem = this;
		}