Example #1
0
 partial void DeleteContent(Content instance);
Example #2
0
 partial void UpdateContent(Content instance);
Example #3
0
		private void detach_Contents(Content entity)
		{
			this.SendPropertyChanging();
			entity.ContentType = null;
		}
Example #4
0
 partial void InsertContent(Content instance);
Example #5
0
		private void attach_Contents(Content entity)
		{
			this.SendPropertyChanging();
			entity.ContentType = this;
		}