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

detach_Attachments() private méthode

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