Class GetEntityChangesDto
Inheritance
GetEntityChangesDto
Assembly: Volo.Abp.AuditLogging.Application.Contracts.dll
Syntax
public class GetEntityChangesDto : PagedAndSortedResultRequestDto, IValidatableObject, IPagedAndSortedResultRequest, IPagedResultRequest, ILimitedResultRequest, ISortedResultRequest
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
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
Implements
Extension Methods