Esempio n. 1
0
 private void detach_ContentKeyWords(ContentKeyWord entity)
 {
     this.SendPropertyChanging();
     entity.Content = null;
 }
Esempio n. 2
0
		private void detach_ContentKeyWords(ContentKeyWord entity)
		{
			this.SendPropertyChanging();
			entity.Content = null;
		}
Esempio n. 3
0
 private void attach_ContentKeyWords(ContentKeyWord entity)
 {
     this.SendPropertyChanging();
     entity.Content = this;
 }
Esempio n. 4
0
		private void attach_ContentKeyWords(ContentKeyWord entity)
		{
			this.SendPropertyChanging();
			entity.Content = this;
		}