Tp.LegacyProfileConvertsion.Common.TpUser.detach_Attachments C# (CSharp) Метод

detach_Attachments() приватный Метод

private detach_Attachments ( Attachment entity ) : void
entity Attachment
Результат void
		private void detach_Attachments(Attachment entity)
		{
			this.SendPropertyChanging();
			entity.TpUser = null;
		}
		
TpUser