Class JJAuditLogView
- Namespace
- JJMasterData.Core.UI.Components
- Assembly
- JJMasterData.Core.dll
public class JJAuditLogView : AsyncComponent
- Inheritance
-
JJAuditLogView
- Inherited Members
Constructors
JJAuditLogView(FormElement, IHttpContext, IEntityRepository, AuditLogService, IComponentFactory, IEncryptionService, IStringLocalizer<MasterDataResources>)
public JJAuditLogView(FormElement formElement, IHttpContext currentContext, IEntityRepository entityRepository, AuditLogService auditLogService, IComponentFactory componentFactory, IEncryptionService encryptionService, IStringLocalizer<MasterDataResources> stringLocalizer)
Parameters
formElement
FormElementcurrentContext
IHttpContextentityRepository
IEntityRepositoryauditLogService
AuditLogServicecomponentFactory
IComponentFactoryencryptionService
IEncryptionServicestringLocalizer
IStringLocalizer<MasterDataResources>
Properties
FormElement
public FormElement FormElement { get; }
Property Value
GridView
public JJGridView GridView { get; }
Property Value
Methods
BuildResultAsync()
protected override Task<ComponentResult> BuildResultAsync()
Returns
GetLogDetailsHtmlAsync(Dictionary<string, object>)
public Task<HtmlBuilder> GetLogDetailsHtmlAsync(Dictionary<string, object> values)
Parameters
values
Dictionary<string, object>