Table of Contents

Interface ISoftDelete

Namespace
Volo.Abp
Assembly
Volo.Abp.Core.dll

Used to standardize soft deleting entities. Soft-delete entities are not actually deleted, marked as IsDeleted = true in the database, but can not be retrieved to the application normally.

public interface ISoftDelete
Extension Methods

Properties

IsDeleted

Used to mark an Entity as 'Deleted'.

bool IsDeleted { get; }

Property Value

bool