Show / Hide Table of Contents

Class IndexModel

Inheritance
object
IdentityPageModel
IndexModel
Namespace: Volo.Abp.Identity.Web.Pages.Identity.SecurityLogs
Assembly: Volo.Abp.Identity.Pro.Web.dll
Syntax
public class IndexModel : IdentityPageModel

Constructors

IndexModel()

Declaration
public IndexModel()

Properties

Action

Declaration
[Display(Name = "SecurityLogs:Action")]
public string Action { get; set; }
Property Value
Type Description
string

ApplicationName

Declaration
[Display(Name = "SecurityLogs:Application")]
public string ApplicationName { get; set; }
Property Value
Type Description
string

ClientId

Declaration
[Display(Name = "SecurityLogs:Client")]
public string ClientId { get; set; }
Property Value
Type Description
string

CorrelationId

Declaration
[Display(Name = "SecurityLogs:CorrelationId")]
public string CorrelationId { get; set; }
Property Value
Type Description
string

EndTime

Declaration
[Display(Name = "SecurityLogs:EndTime")]
[DataType(DataType.Date)]
public DateTime? EndTime { get; set; }
Property Value
Type Description
DateTime?

Identity

Declaration
[Display(Name = "SecurityLogs:Identity")]
public string Identity { get; set; }
Property Value
Type Description
string

StartTime

Declaration
[Display(Name = "SecurityLogs:StartTime")]
[DataType(DataType.Date)]
public DateTime? StartTime { get; set; }
Property Value
Type Description
DateTime?

UserName

Declaration
[Display(Name = "SecurityLogs:UserName")]
public string UserName { get; set; }
Property Value
Type Description
string

Methods

OnGetAsync()

Declaration
public virtual Task<IActionResult> OnGetAsync()
Returns
Type Description
Task<IActionResult>

OnPostAsync()

Declaration
public virtual Task<IActionResult> OnPostAsync()
Returns
Type Description
Task<IActionResult>
In this article
Back to top Powered by Volosoft