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

attach_Attachments() private method

private attach_Attachments ( Attachment entity ) : void
entity Attachment
return void
		private void attach_Attachments(Attachment entity)
		{
			this.SendPropertyChanging();
			entity.TpUser = this;
		}
		
TpUser