예제 #1
0
파일: Tag.cs 프로젝트: thewruck/bvcms
 private void detach_TagShares(TagShare entity)
 {
     this.SendPropertyChanging();
     entity.Tag = null;
 }
예제 #2
0
파일: Tag.cs 프로젝트: stevesloka/bvcms
		private void detach_TagShares(TagShare entity)
		{
			this.SendPropertyChanging();
			entity.Tag = null;
		}
예제 #3
0
파일: Tag.cs 프로젝트: thewruck/bvcms
 private void attach_TagShares(TagShare entity)
 {
     this.SendPropertyChanging();
     entity.Tag = this;
 }
예제 #4
0
파일: Tag.cs 프로젝트: stevesloka/bvcms
		private void attach_TagShares(TagShare entity)
		{
			this.SendPropertyChanging();
			entity.Tag = this;
		}