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

attach_Comments() private méthode

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