Class CreationAuditedEntityWithUserDto<TPrimaryKey, TUserDto>
This class can be inherited by DTO classes to implement ICreationAuditedObject<TCreator> interface. It also has the Creator object as a DTO represents the user.
Inheritance
System.Object
EntityDto<TPrimaryKey>
CreationAuditedEntityDto<TPrimaryKey>
CreationAuditedEntityWithUserDto<TPrimaryKey, TUserDto>
Inherited Members
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public abstract class CreationAuditedEntityWithUserDto<TPrimaryKey, TUserDto> : CreationAuditedEntityDto<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 |