Class AppEntityWithAuditedAndHasCustomAuditingProperties
Inheritance
AppEntityWithAuditedAndHasCustomAuditingProperties
Assembly: Volo.Abp.Auditing.Tests.dll
Syntax
[Audited]
public class AppEntityWithAuditedAndHasCustomAuditingProperties : AggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp
Constructors
AppEntityWithAuditedAndHasCustomAuditingProperties()
Declaration
protected AppEntityWithAuditedAndHasCustomAuditingProperties()
AppEntityWithAuditedAndHasCustomAuditingProperties(Guid)
Declaration
public AppEntityWithAuditedAndHasCustomAuditingProperties(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Properties
CreationTime
Declaration
public DateTime? CreationTime { get; set; }
Property Value
CreatorId
Declaration
public Guid? CreatorId { get; set; }
Property Value
DeleterId
Declaration
public Guid? DeleterId { get; set; }
Property Value
DeletionTime
Declaration
public DateTime? DeletionTime { get; set; }
Property Value
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
LastModificationTime
Declaration
public DateTime? LastModificationTime { get; set; }
Property Value
LastModifierId
Declaration
public Guid? LastModifierId { get; set; }
Property Value
Implements
Extension Methods