Show / Hide Table of Contents

Class ExtensibleCreationAuditedEntityDto

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

Inheritance
System.Object
ExtensibleEntityDto
ExtensibleCreationAuditedEntityDto
ExtensibleAuditedEntityDto
ExtensibleCreationAuditedEntityWithUserDto<TUserDto>
Implements
IEntityDto
ICreationAuditedObject
IHasCreationTime
IMayHaveCreator
Inherited Members
ExtensibleEntityDto.ToString()
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public abstract class ExtensibleCreationAuditedEntityDto : ExtensibleEntityDto, 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