Show / Hide Table of Contents

Class CreationAuditedEntityDto

This class can be inherited by DTO classes to implement ICreationAuditedObject interface.

Inheritance
System.Object
EntityDto
CreationAuditedEntityDto
AuditedEntityDto
CreationAuditedEntityWithUserDto<TUserDto>
Implements
IEntityDto
ICreationAuditedObject
IHasCreationTime
IMayHaveCreator
Inherited Members
EntityDto.ToString()
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public abstract class CreationAuditedEntityDto : EntityDto, IEntityDto, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator

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
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