Show / Hide Table of Contents

Class EntityChangeDto

Inheritance
object
EntityChangeDto
Namespace: Volo.Abp.AuditLogging
Assembly: Volo.Abp.AuditLogging.Application.Contracts.dll
Syntax
public class EntityChangeDto : ExtensibleEntityDto<Guid>

Constructors

EntityChangeDto()

Declaration
public EntityChangeDto()

Properties

AuditLogId

Declaration
public Guid AuditLogId { get; set; }
Property Value
Type Description
Guid

ChangeTime

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

ChangeType

Declaration
public EntityChangeType ChangeType { 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

PropertyChanges

Declaration
public List<EntityPropertyChangeDto> PropertyChanges { get; set; }
Property Value
Type Description
List<EntityPropertyChangeDto>

TenantId

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