Class IndexModel
Assembly: Volo.Abp.AuditLogging.Web.dll
Syntax
public class IndexModel : AuditLogsPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
IndexModel(IHtmlHelper)
Declaration
public IndexModel(IHtmlHelper htmlHelper)
Parameters
Properties
ApplicationName
Declaration
public string ApplicationName { get; set; }
Property Value
ClientIpAddress
Declaration
public string ClientIpAddress { get; set; }
Property Value
CorrelationId
Declaration
public string CorrelationId { get; set; }
Property Value
EndTime
Declaration
public string EndTime { get; set; }
Property Value
EntityChangeChangeType
Declaration
public int? EntityChangeChangeType { get; set; }
Property Value
EntityChangeChangeTypeList
Declaration
public List<SelectListItem> EntityChangeChangeTypeList { get; set; }
Property Value
EntityChangeEndTime
Declaration
public string EntityChangeEndTime { get; set; }
Property Value
EntityChangeEntityTypeFullName
Declaration
public string EntityChangeEntityTypeFullName { get; set; }
Property Value
EntityChangeStartTime
Declaration
public string EntityChangeStartTime { get; set; }
Property Value
EntityId
Declaration
public string EntityId { get; set; }
Property Value
HasException
Declaration
[SelectItems("SelectListHasException")]
public string HasException { get; set; }
Property Value
HtmlHelper
Declaration
protected IHtmlHelper HtmlHelper { get; }
Property Value
HttpMethod
Declaration
[SelectItems("SelectListHttpMethod")]
public string HttpMethod { get; set; }
Property Value
HttpStatusCode
Declaration
[SelectItems("SelectListHttpStatusCode")]
public int? HttpStatusCode { get; set; }
Property Value
L
Declaration
[RazorInject]
public IHtmlLocalizer<AuditLoggingResource> L { get; set; }
Property Value
MaxExecutionDuration
Declaration
public int? MaxExecutionDuration { get; set; }
Property Value
MinExecutionDuration
Declaration
public int? MinExecutionDuration { get; set; }
Property Value
SelectListHasException
Declaration
public List<SelectListItem> SelectListHasException { get; set; }
Property Value
SelectListHttpMethod
Declaration
public List<SelectListItem> SelectListHttpMethod { get; set; }
Property Value
SelectListHttpStatusCode
Declaration
public List<SelectListItem> SelectListHttpStatusCode { get; set; }
Property Value
StartTime
Declaration
public string StartTime { get; set; }
Property Value
UrlFilter
Declaration
public string UrlFilter { get; set; }
Property Value
UserName
Declaration
public string UserName { get; set; }
Property Value
Methods
FillEntityChangeTypeSelectList()
Declaration
protected virtual void FillEntityChangeTypeSelectList()
FillHasExceptionSelectList()
Declaration
protected virtual void FillHasExceptionSelectList()
FillHttpMethodSelectList()
Declaration
protected virtual void FillHttpMethodSelectList()
FillHttpStatusCodeSelectList()
Declaration
protected virtual void FillHttpStatusCodeSelectList()
OnGet()
Declaration
public virtual void OnGet()
OnPostAsync()
Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Implements
Extension Methods