Show / Hide Table of Contents

Class EntityChangeHistoryModal

Inheritance
object
ComponentBase
EntityChangeHistoryModal
Implements
IComponent
IHandleEvent
IHandleAfterRender
Inherited Members
ComponentBase.OnInitialized()
ComponentBase.OnInitializedAsync()
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.Components
Assembly: Volo.Abp.AuditLogging.Blazor.dll
Syntax
public class EntityChangeHistoryModal : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

EntityChangeHistoryModal()

Declaration
public EntityChangeHistoryModal()

Fields

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>

EntityId

Declaration
protected string EntityId
Field Value
Type Description
string

EntityTypeFullName

Declaration
protected string EntityTypeFullName
Field Value
Type Description
string

Methods

BuildRenderTree(RenderTreeBuilder)

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

ClosingModal(ModalClosingEventArgs)

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

GetValueInProperFormat(string)

Declaration
protected virtual string GetValueInProperFormat(string value)
Parameters
Type Name Description
string value
Returns
Type Description
string

OpenAsync(Guid)

Declaration
public virtual Task OpenAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task

OpenAsync(string, string)

Declaration
public virtual Task OpenAsync(string entityTypeFullName, string entityId)
Parameters
Type Name Description
string entityTypeFullName
string entityId
Returns
Type Description
Task

Implements

IComponent
IHandleEvent
IHandleAfterRender

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