Show / Hide Table of Contents

Class EntityPropertyChangeDto

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

Constructors

EntityPropertyChangeDto()

Declaration
public EntityPropertyChangeDto()

Properties

EntityChangeId

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

NewValue

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

OriginalValue

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

PropertyName

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

PropertyTypeFullName

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

TenantId

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