Show / Hide Table of Contents

Class ExtensibleCreationAuditedEntityDto<TPrimaryKey>

This class can be inherited by DTO classes to implement ICreationAuditedObject interface. It also implements the interface.

Inheritance
System.Object
ExtensibleEntityDto<TPrimaryKey>
ExtensibleCreationAuditedEntityDto<TPrimaryKey>
ExtensibleAuditedEntityDto<TPrimaryKey>
ExtensibleCreationAuditedEntityWithUserDto<TPrimaryKey, TUserDto>
Implements
IEntityDto<TPrimaryKey>
IEntityDto
ICreationAuditedObject
IHasCreationTime
IMayHaveCreator
Inherited Members
ExtensibleEntityDto<TPrimaryKey>.Id
ExtensibleEntityDto<TPrimaryKey>.ToString()
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public abstract class ExtensibleCreationAuditedEntityDto<TPrimaryKey> : ExtensibleEntityDto<TPrimaryKey>, IEntityDto<TPrimaryKey>, IEntityDto, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator
Type Parameters
Name Description
TPrimaryKey

Type of primary key

Properties

CreationTime

Declaration
public DateTime CreationTime { get; set; }
Property Value
Type Description
DateTime

CreatorId

Declaration
public Guid? CreatorId { get; set; }
Property Value
Type Description
System.Nullable<Guid>

Implements

IEntityDto<TKey>
IEntityDto
ICreationAuditedObject
IHasCreationTime
IMayHaveCreator

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft