Table of Contents

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 FormElement
currentContext IHttpContext
entityRepository IEntityRepository
auditLogService AuditLogService
componentFactory IComponentFactory
encryptionService IEncryptionService
stringLocalizer IStringLocalizer<MasterDataResources>

Properties

FormElement

public FormElement FormElement { get; }

Property Value

FormElement

GridView

public JJGridView GridView { get; }

Property Value

JJGridView

Methods

BuildResultAsync()

protected override Task<ComponentResult> BuildResultAsync()

Returns

Task<ComponentResult>

GetLogDetailsHtmlAsync(Dictionary<string, object>)

public Task<HtmlBuilder> GetLogDetailsHtmlAsync(Dictionary<string, object> values)

Parameters

values Dictionary<string, object>

Returns

Task<HtmlBuilder>