Class EntityChangeWithUsernameDto
Inherited Members
Namespace: Volo.Abp.AuditLogging
Assembly: Volo.Abp.AuditLogging.Application.Contracts.dll
Syntax
public class EntityChangeWithUsernameDto
Constructors
EntityChangeWithUsernameDto()
Declaration
public EntityChangeWithUsernameDto()
Properties
EntityChange
Declaration
public EntityChangeDto EntityChange { get; set; }
Property Value
Type | Description |
---|---|
EntityChangeDto |
UserName
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
string |