Tp.LegacyProfileConvertsion.Common.TpUser.detach_Comments C# (CSharp) Method

detach_Comments() private method

private detach_Comments ( Comment entity ) : void
entity Comment
return void
		private void detach_Comments(Comment entity)
		{
			this.SendPropertyChanging();
			entity.TpUser = null;
		}
		
TpUser