Class EntityChangeDetailModel
Inherited Members
Namespace: Volo.Abp.AuditLogging.Web.Pages.AuditLogs
Assembly: Volo.Abp.AuditLogging.Web.dll
Syntax
public class EntityChangeDetailModel : AuditLogsPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
EntityChangeDetailModel(IAuditLogsAppService)
Declaration
public EntityChangeDetailModel(IAuditLogsAppService auditLogsAppService)
Parameters
Type | Name | Description |
---|---|---|
IAuditLogsAppService | auditLogsAppService |
Properties
AuditLogsAppService
Declaration
protected IAuditLogsAppService AuditLogsAppService { get; }
Property Value
Type | Description |
---|---|
IAuditLogsAppService |
EntityChangeId
Declaration
[BindProperty(SupportsGet = true)]
public Guid EntityChangeId { get; set; }
Property Value
Type | Description |
---|---|
Guid |
EntityChangeWithUsername
Declaration
public EntityChangeWithUsernameDto EntityChangeWithUsername { get; set; }
Property Value
Type | Description |
---|---|
EntityChangeWithUsernameDto |
Methods
OnGetAsync()
Declaration
public virtual Task OnGetAsync()
Returns
Type | Description |
---|---|
Task |
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Type | Description |
---|---|
Task<IActionResult> |