Class ExtensibleCreationAuditedEntityWithUserDto<TPrimaryKey, 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
ExtensibleEntityDto<TPrimaryKey>
ExtensibleCreationAuditedEntityDto<TPrimaryKey>
ExtensibleCreationAuditedEntityWithUserDto<TPrimaryKey, TUserDto>
Inherited Members
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public abstract class ExtensibleCreationAuditedEntityWithUserDto<TPrimaryKey, TUserDto> : ExtensibleCreationAuditedEntityDto<TPrimaryKey>, IEntityDto<TPrimaryKey>, IEntityDto, ICreationAuditedObject<TUserDto>, ICreationAuditedObject, IHasCreationTime, IMayHaveCreator, IMayHaveCreator<TUserDto>
Type Parameters
Name | Description |
---|---|
TPrimaryKey | Type of primary key |
TUserDto | Type of the User DTO |
Properties
Creator
Declaration
public TUserDto Creator { get; set; }
Property Value
Type | Description |
---|---|
TUserDto |