Class CreationAuditedEntity<TKey>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Domain.Entities.Auditing
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public abstract class CreationAuditedEntity<TKey> : Entity<TKey>, IEntity<TKey>, IEntity, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator
Type Parameters
| Name | Description |
|---|---|
| TKey |
Constructors
CreationAuditedEntity()
Declaration
protected CreationAuditedEntity()
CreationAuditedEntity(TKey)
Declaration
protected CreationAuditedEntity(TKey id)
Parameters
| Type | Name | Description |
|---|---|---|
| TKey | id |
Properties
CreationTime
Declaration
public virtual DateTime CreationTime { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.DateTime |
CreatorId
Declaration
public virtual Guid? CreatorId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| System.Guid? |