Class AppEntityWithSoftDelete
Inheritance
object
Entity<System.Guid>
BasicAggregateRoot<System.Guid>
AggregateRoot<System.Guid>
AppEntityWithSoftDelete
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Auditing.App.Entities
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
| Type | Name | Description |
|---|---|---|
| System.Guid | id | |
| string | name |
Properties
DeletionTime
Declaration
public DateTime? DeletionTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime? |
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |