Class DetailModel
Inherited Members
Namespace: Volo.Abp.AuditLogging.Web.Pages.AuditLogs
Assembly: Volo.Abp.AuditLogging.Web.dll
Syntax
public class DetailModel : AuditLogsPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
DetailModel(IAuditLogsAppService)
Declaration
public DetailModel(IAuditLogsAppService auditLogsAppService)
Parameters
| Type | Name | Description |
|---|---|---|
| IAuditLogsAppService | auditLogsAppService |
Properties
AuditLog
Declaration
public AuditLogDto AuditLog { get; }
Property Value
| Type | Description |
|---|---|
| AuditLogDto |
AuditLogsAppService
Declaration
protected IAuditLogsAppService AuditLogsAppService { get; }
Property Value
| Type | Description |
|---|---|
| IAuditLogsAppService |
Id
Declaration
[BindProperty(SupportsGet = true)]
public Guid Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Methods
OnGetAsync()
Declaration
public virtual Task OnGetAsync()
Returns
| Type | Description |
|---|---|
| Task |
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
| Type | Description |
|---|---|
| Task<IActionResult> |
SerializeDictionary(Dictionary<string, object>)
Declaration
public virtual string SerializeDictionary(Dictionary<string, object> dictionary)
Parameters
| Type | Name | Description |
|---|---|---|
| Dictionary<string, object> | dictionary |
Returns
| Type | Description |
|---|---|
| string |