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

attach_Comments() private method

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