Class AppEntityWithSoftDelete
Inheritance
AppEntityWithSoftDelete
Assembly: Volo.Abp.Auditing.Tests.dll
Syntax
public class AppEntityWithSoftDelete : AggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp, IHasDeletionTime, ISoftDelete
Constructors
AppEntityWithSoftDelete(Guid, string)
Declaration
public AppEntityWithSoftDelete(Guid id, string name)
Parameters
Properties
DeletionTime
Declaration
public DateTime? DeletionTime { get; set; }
Property Value
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Implements
Extension Methods