Class GetEntityChangesDto
Inheritance
GetEntityChangesDto
Assembly: Volo.Abp.AuditLogging.Application.Contracts.dll
Syntax
public class GetEntityChangesDto : PagedAndSortedResultRequestDto
Constructors
GetEntityChangesDto()
Declaration
public GetEntityChangesDto()
Properties
AuditLogId
Declaration
public Guid? AuditLogId { get; set; }
Property Value
EndDate
Declaration
public DateTime? EndDate { get; set; }
Property Value
EntityChangeType
Declaration
public EntityChangeType? EntityChangeType { get; set; }
Property Value
| Type |
Description |
| EntityChangeType? |
|
EntityId
Declaration
public string EntityId { get; set; }
Property Value
EntityTypeFullName
Declaration
public string EntityTypeFullName { get; set; }
Property Value
StartDate
Declaration
public DateTime? StartDate { get; set; }
Property Value