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

detach_Attachments() private method

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