Class ExtensibleCreationAuditedEntityWithUserDto<TUserDto>
This class can be inherited by DTO classes to implement ICreationAuditedObject<TCreator> interface.
It has the Creator object as a DTO represents the user.
It also implements the
Inheritance
System.Object
ExtensibleCreationAuditedEntityWithUserDto<TUserDto>
Inherited Members
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public abstract class ExtensibleCreationAuditedEntityWithUserDto<TUserDto> : ExtensibleCreationAuditedEntityDto, IEntityDto, ICreationAuditedObject<TUserDto>, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IMayHaveCreator<TUserDto>
Type Parameters
Name | Description |
---|---|
TUserDto | Type of the User DTO |
Properties
Creator
Declaration
public TUserDto Creator { get; set; }
Property Value
Type | Description |
---|---|
TUserDto |