Class CreationAuditedEntityDto<TPrimaryKey>
Implements
IEntityDto<TPrimaryKey>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public abstract class CreationAuditedEntityDto<TPrimaryKey> : EntityDto<TPrimaryKey>, IEntityDto<TPrimaryKey>, IEntityDto, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator
Type Parameters
| Name | Description |
|---|---|
| TPrimaryKey |
Constructors
CreationAuditedEntityDto()
Declaration
protected CreationAuditedEntityDto()
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? |