Show / Hide Table of Contents

Class GetEntityChangesDto

Inheritance
object
GetEntityChangesDto
Namespace: Volo.Abp.AuditLogging
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
Type Description
Guid?

EndDate

Declaration
public DateTime? EndDate { get; set; }
Property Value
Type Description
DateTime?

EntityChangeType

Declaration
public EntityChangeType? EntityChangeType { get; set; }
Property Value
Type Description
EntityChangeType?

EntityId

Declaration
public string EntityId { get; set; }
Property Value
Type Description
string

EntityTypeFullName

Declaration
public string EntityTypeFullName { get; set; }
Property Value
Type Description
string

StartDate

Declaration
public DateTime? StartDate { get; set; }
Property Value
Type Description
DateTime?
In this article
Back to top Powered by Volosoft