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