Tp.LegacyProfileConvertsion.Common.TpUser.detach_Comments C# (CSharp) Метод

detach_Comments() приватный Метод

private detach_Comments ( Comment entity ) : void
entity Comment
Результат void
		private void detach_Comments(Comment entity)
		{
			this.SendPropertyChanging();
			entity.TpUser = null;
		}
		
TpUser