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