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