Beispiel #1
0
 partial void DeleteNewspost(Newspost instance);
Beispiel #2
0
 partial void UpdateNewspost(Newspost instance);
Beispiel #3
0
 partial void InsertNewspost(Newspost instance);
Beispiel #4
0
		private void detach_Newsposts(Newspost entity)
		{
			this.SendPropertyChanging();
			entity.Articlecategory = null;
		}
Beispiel #5
0
		private void detach_Newsposts(Newspost entity)
		{
			this.SendPropertyChanging();
			entity.Person = null;
		}
Beispiel #6
0
		private void attach_Newsposts(Newspost entity)
		{
			this.SendPropertyChanging();
			entity.Person = this;
		}