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