Show / Hide Table of Contents

Class IdentitySecurityLogActionConsts

Inheritance
object
IdentitySecurityLogActionConsts
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public class IdentitySecurityLogActionConsts

Constructors

IdentitySecurityLogActionConsts()

Declaration
public IdentitySecurityLogActionConsts()

Properties

ChangeEmail

Declaration
public static string ChangeEmail { get; set; }
Property Value
Type Description
string

ChangePassword

Declaration
public static string ChangePassword { get; set; }
Property Value
Type Description
string

ChangePhoneNumber

Declaration
public static string ChangePhoneNumber { get; set; }
Property Value
Type Description
string

ChangeUserName

Declaration
public static string ChangeUserName { get; set; }
Property Value
Type Description
string

LoginFailed

Declaration
public static string LoginFailed { get; set; }
Property Value
Type Description
string

LoginInvalidUserName

Declaration
public static string LoginInvalidUserName { get; set; }
Property Value
Type Description
string

LoginInvalidUserNameOrPassword

Declaration
public static string LoginInvalidUserNameOrPassword { get; set; }
Property Value
Type Description
string

LoginLockedout

Declaration
public static string LoginLockedout { get; set; }
Property Value
Type Description
string

LoginNotAllowed

Declaration
public static string LoginNotAllowed { get; set; }
Property Value
Type Description
string

LoginRequiresTwoFactor

Declaration
public static string LoginRequiresTwoFactor { get; set; }
Property Value
Type Description
string

LoginSucceeded

Declaration
public static string LoginSucceeded { get; set; }
Property Value
Type Description
string

Logout

Declaration
public static string Logout { get; set; }
Property Value
Type Description
string

TwoFactorDisabled

Declaration
public static string TwoFactorDisabled { get; set; }
Property Value
Type Description
string

TwoFactorEnabled

Declaration
public static string TwoFactorEnabled { get; set; }
Property Value
Type Description
string

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform