Tp.LegacyProfileConvertsion.Common.TpUser.detach_Comments C# (CSharp) Méthode

detach_Comments() private méthode

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