Class AppEntityWithAuditedAndHasCustomAuditingProperties
Inheritance
object
Entity<System.Guid>
BasicAggregateRoot<System.Guid>
AggregateRoot<System.Guid>
AppEntityWithAuditedAndHasCustomAuditingProperties
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
[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 |
|---|---|---|
| System.Guid | id |
Properties
CreationTime
Declaration
public DateTime? CreationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime? |
CreatorId
Declaration
public Guid? CreatorId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid? |
DeleterId
Declaration
public Guid? DeleterId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid? |
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 |
LastModificationTime
Declaration
public DateTime? LastModificationTime { get; set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime? |
LastModifierId
Declaration
public Guid? LastModifierId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Guid? |