Class EntityChanges
Inheritance
EntityChanges
Assembly: Volo.Abp.AuditLogging.Blazor.dll
Syntax
[Authorize("AuditLogging.AuditLogs")]
public class EntityChanges : AbpAuditLoggingComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
EntityChanges()
Declaration
Fields
CurrentPage
Declaration
protected int CurrentPage
Field Value
CurrentSorting
Declaration
protected string CurrentSorting
Field Value
DetailModal
Declaration
protected Modal DetailModal
Field Value
EntityChangeList
Declaration
protected IReadOnlyList<EntityChangeDto> EntityChangeList
Field Value
EntityChangesPanelStatus
Declaration
protected Dictionary<Guid, bool> EntityChangesPanelStatus
Field Value
EntityHistories
Declaration
protected List<EntityChangeWithUsernameDto> EntityHistories
Field Value
Filter
Declaration
protected GetEntityChangesDto Filter
Field Value
NullEntityChangeValue
Declaration
protected int NullEntityChangeValue
Field Value
TotalCount
Declaration
protected int? TotalCount
Field Value
Properties
AppService
Declaration
[Inject]
protected IAuditLogsAppService AppService { get; set; }
Property Value
EntityActions
Declaration
protected EntityActionDictionary EntityActions { get; }
Property Value
EntityChangeValue
Declaration
protected int EntityChangeValue { get; set; }
Property Value
EntityChangesTableColumns
Declaration
protected List<TableColumn> EntityChangesTableColumns { get; }
Property Value
PageSize
Declaration
protected virtual int PageSize { get; }
Property Value
TableColumns
Declaration
protected TableColumnDictionary TableColumns { get; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
CloseDetailModalAsync()
Declaration
protected virtual Task CloseDetailModalAsync()
Returns
ClosingDetailModal(ModalClosingEventArgs)
Declaration
protected virtual Task ClosingDetailModal(ModalClosingEventArgs eventArgs)
Parameters
Type |
Name |
Description |
ModalClosingEventArgs |
eventArgs |
|
Returns
GetEntitiesAsync()
Declaration
protected virtual Task GetEntitiesAsync()
Returns
GetEntityChangeTypeList()
Declaration
protected virtual List<EntityChangeType> GetEntityChangeTypeList()
Returns
OnDataGridReadAsync(DataGridReadDataEventArgs<EntityChangeDto>)
Declaration
protected virtual Task OnDataGridReadAsync(DataGridReadDataEventArgs<EntityChangeDto> e)
Parameters
Returns
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
OnTimeChangedAsync(IReadOnlyList<DateTime?>)
Declaration
protected virtual Task OnTimeChangedAsync(IReadOnlyList<DateTime?> dates)
Parameters
Returns
OpenDetailModalAsync(Guid)
Declaration
protected virtual Task OpenDetailModalAsync(Guid id)
Parameters
Type |
Name |
Description |
Guid |
id |
|
Returns
OpenDetailModalAsync(string, string)
Declaration
protected virtual Task OpenDetailModalAsync(string entityTypeFullName, string entityId)
Parameters
Type |
Name |
Description |
string |
entityTypeFullName |
|
string |
entityId |
|
Returns
SearchEntitiesAsync()
Declaration
protected virtual Task SearchEntitiesAsync()
Returns
SetEntityActionsAsync()
Declaration
protected virtual ValueTask SetEntityActionsAsync()
Returns
SetTableColumnsAsync()
Declaration
protected virtual ValueTask SetTableColumnsAsync()
Returns
Implements
Extension Methods