Show / Hide Table of Contents

Class EntityChanges

Inheritance
object
ComponentBase
OwningComponentBase
AbpComponentBase
AbpAuditLoggingComponentBase
EntityChanges
Implements
IComponent
IHandleEvent
IHandleAfterRender
IDisposable
Inherited Members
AbpComponentBase.LazyGetRequiredService<TService>(ref TService)
AbpComponentBase.LazyGetRequiredService<TRef>(Type, ref TRef)
AbpComponentBase.LazyGetService<TService>(ref TService)
AbpComponentBase.LazyGetService<TRef>(Type, ref TRef)
AbpComponentBase.LazyGetNonScopedRequiredService<TService>(ref TService)
AbpComponentBase.LazyGetNonScopedRequiredService<TRef>(Type, ref TRef)
AbpComponentBase.LazyGetNonScopedService<TService>(ref TService)
AbpComponentBase.LazyGetNonScopedService<TRef>(Type, ref TRef)
AbpComponentBase.CreateLocalizer()
AbpComponentBase.HandleErrorAsync(Exception)
AbpComponentBase.StringLocalizerFactory
AbpComponentBase.L
AbpComponentBase.LocalizationResource
AbpComponentBase.Logger
AbpComponentBase.LoggerFactory
AbpComponentBase.AuthorizationService
AbpComponentBase.CurrentUser
AbpComponentBase.CurrentTenant
AbpComponentBase.Message
AbpComponentBase.Notify
AbpComponentBase.UserExceptionInformer
AbpComponentBase.AlertManager
AbpComponentBase.Clock
AbpComponentBase.Alerts
AbpComponentBase.ObjectMapper
AbpComponentBase.ObjectMapperContext
AbpComponentBase.NonScopedServices
OwningComponentBase.Dispose(bool)
OwningComponentBase.IsDisposed
OwningComponentBase.ScopedServices
ComponentBase.OnInitialized()
ComponentBase.OnParametersSet()
ComponentBase.OnParametersSetAsync()
ComponentBase.StateHasChanged()
ComponentBase.ShouldRender()
ComponentBase.OnAfterRender(bool)
ComponentBase.OnAfterRenderAsync(bool)
ComponentBase.InvokeAsync(Action)
ComponentBase.InvokeAsync(Func<Task>)
ComponentBase.DispatchExceptionAsync(Exception)
ComponentBase.SetParametersAsync(ParameterView)
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AuditLogging.Blazor.Pages.AuditLogging
Assembly: Volo.Abp.AuditLogging.Blazor.dll
Syntax
[Authorize("AuditLogging.AuditLogs")]
public class EntityChanges : AbpAuditLoggingComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Constructors

EntityChanges()

Declaration
public EntityChanges()

Fields

CurrentPage

Declaration
protected int CurrentPage
Field Value
Type Description
int

CurrentSorting

Declaration
protected string CurrentSorting
Field Value
Type Description
string

DetailModal

Declaration
protected Modal DetailModal
Field Value
Type Description
Modal

EntityChangeList

Declaration
protected IReadOnlyList<EntityChangeDto> EntityChangeList
Field Value
Type Description
IReadOnlyList<EntityChangeDto>

EntityChangesPanelStatus

Declaration
protected Dictionary<Guid, bool> EntityChangesPanelStatus
Field Value
Type Description
Dictionary<Guid, bool>

EntityHistories

Declaration
protected List<EntityChangeWithUsernameDto> EntityHistories
Field Value
Type Description
List<EntityChangeWithUsernameDto>

Filter

Declaration
protected GetEntityChangesDto Filter
Field Value
Type Description
GetEntityChangesDto

NullEntityChangeValue

Declaration
protected int NullEntityChangeValue
Field Value
Type Description
int

TotalCount

Declaration
protected int? TotalCount
Field Value
Type Description
int?

Properties

AppService

Declaration
[Inject]
protected IAuditLogsAppService AppService { get; set; }
Property Value
Type Description
IAuditLogsAppService

EntityActions

Declaration
protected EntityActionDictionary EntityActions { get; }
Property Value
Type Description
EntityActionDictionary

EntityChangeValue

Declaration
protected int EntityChangeValue { get; set; }
Property Value
Type Description
int

EntityChangesTableColumns

Declaration
protected List<TableColumn> EntityChangesTableColumns { get; }
Property Value
Type Description
List<TableColumn>

PageSize

Declaration
protected virtual int PageSize { get; }
Property Value
Type Description
int

TableColumns

Declaration
protected TableColumnDictionary TableColumns { get; }
Property Value
Type Description
TableColumnDictionary

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type Name Description
RenderTreeBuilder __builder
Overrides
ComponentBase.BuildRenderTree(RenderTreeBuilder)

CloseDetailModalAsync()

Declaration
protected virtual Task CloseDetailModalAsync()
Returns
Type Description
Task

ClosingDetailModal(ModalClosingEventArgs)

Declaration
protected virtual Task ClosingDetailModal(ModalClosingEventArgs eventArgs)
Parameters
Type Name Description
ModalClosingEventArgs eventArgs
Returns
Type Description
Task

GetEntitiesAsync()

Declaration
protected virtual Task GetEntitiesAsync()
Returns
Type Description
Task

GetEntityChangeTypeList()

Declaration
protected virtual List<EntityChangeType> GetEntityChangeTypeList()
Returns
Type Description
List<EntityChangeType>

OnDataGridReadAsync(DataGridReadDataEventArgs<EntityChangeDto>)

Declaration
protected virtual Task OnDataGridReadAsync(DataGridReadDataEventArgs<EntityChangeDto> e)
Parameters
Type Name Description
DataGridReadDataEventArgs<EntityChangeDto> e
Returns
Type Description
Task

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
Task
Overrides
ComponentBase.OnInitializedAsync()

OnTimeChangedAsync(IReadOnlyList<DateTime?>)

Declaration
protected virtual Task OnTimeChangedAsync(IReadOnlyList<DateTime?> dates)
Parameters
Type Name Description
IReadOnlyList<DateTime?> dates
Returns
Type Description
Task

OpenDetailModalAsync(Guid)

Declaration
protected virtual Task OpenDetailModalAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task

OpenDetailModalAsync(string, string)

Declaration
protected virtual Task OpenDetailModalAsync(string entityTypeFullName, string entityId)
Parameters
Type Name Description
string entityTypeFullName
string entityId
Returns
Type Description
Task

SearchEntitiesAsync()

Declaration
protected virtual Task SearchEntitiesAsync()
Returns
Type Description
Task

SetEntityActionsAsync()

Declaration
protected virtual ValueTask SetEntityActionsAsync()
Returns
Type Description
ValueTask

SetTableColumnsAsync()

Declaration
protected virtual ValueTask SetTableColumnsAsync()
Returns
Type Description
ValueTask

Implements

IComponent
IHandleEvent
IHandleAfterRender
IDisposable

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform