Show / Hide Table of Contents

Class EfCoreIdentitySecurityLogRepository

Inheritance
object
BasicRepositoryBase<IdentitySecurityLog>
RepositoryBase<IdentitySecurityLog>
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog, Guid>
EfCoreIdentitySecurityLogRepository
Implements
IServiceProviderAccessor
IUnitOfWorkEnabled
IUnitOfWorkManagerAccessor
IEfCoreRepository<IdentitySecurityLog, Guid>
IEfCoreRepository<IdentitySecurityLog>
IRepository<IdentitySecurityLog, Guid>
IRepository<IdentitySecurityLog>
IReadOnlyRepository<IdentitySecurityLog, Guid>
IReadOnlyRepository<IdentitySecurityLog>
IBasicRepository<IdentitySecurityLog, Guid>
ISupportsExplicitLoading<IdentitySecurityLog>
IIdentitySecurityLogRepository
IBasicRepository<IdentitySecurityLog, Guid>
IBasicRepository<IdentitySecurityLog>
IReadOnlyBasicRepository<IdentitySecurityLog, Guid>
IReadOnlyBasicRepository<IdentitySecurityLog>
IRepository
Inherited Members
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog, Guid>.GetAsync(Guid, bool, CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog, Guid>.FindAsync(Guid, bool, CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog, Guid>.DeleteAsync(Guid, bool, CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog, Guid>.DeleteManyAsync(IEnumerable<Guid>, bool, CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.GetDbContextAsync()
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.GetDbSetAsync()
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.GetDbConnectionAsync()
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.GetDbTransactionAsync()
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.InsertAsync(IdentitySecurityLog, bool, CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.InsertManyAsync(IEnumerable<IdentitySecurityLog>, bool, CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.UpdateAsync(IdentitySecurityLog, bool, CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.UpdateManyAsync(IEnumerable<IdentitySecurityLog>, bool, CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.DeleteAsync(IdentitySecurityLog, bool, CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.DeleteManyAsync(IEnumerable<IdentitySecurityLog>, bool, CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.GetListAsync(bool, CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.GetListAsync(Expression<Func<IdentitySecurityLog, bool>>, bool, CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.GetCountAsync(CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.GetPagedListAsync(int, int, string, bool, CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.GetQueryable()
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.GetQueryableAsync()
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.SaveChangesAsync(CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.FindAsync(Expression<Func<IdentitySecurityLog, bool>>, bool, CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.DeleteAsync(Expression<Func<IdentitySecurityLog, bool>>, bool, CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.DeleteDirectAsync(Expression<Func<IdentitySecurityLog, bool>>, CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.EnsureCollectionLoadedAsync<TProperty>(IdentitySecurityLog, Expression<Func<IdentitySecurityLog, IEnumerable<TProperty>>>, CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.EnsurePropertyLoadedAsync<TProperty>(IdentitySecurityLog, Expression<Func<IdentitySecurityLog, TProperty>>, CancellationToken)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.WithDetails()
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.WithDetailsAsync()
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.WithDetails(params Expression<Func<IdentitySecurityLog, object>>[])
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.WithDetailsAsync(params Expression<Func<IdentitySecurityLog, object>>[])
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.CheckAndSetId(IdentitySecurityLog)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.TrySetGuidId(IEntity<Guid>)
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.DbContext
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.DbSet
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.AbpEntityOptions
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.GuidGenerator
EfCoreRepository<IIdentityDbContext, IdentitySecurityLog>.BulkOperationProvider
RepositoryBase<IdentitySecurityLog>.WithDetails()
RepositoryBase<IdentitySecurityLog>.WithDetails(params Expression<Func<IdentitySecurityLog, object>>[])
RepositoryBase<IdentitySecurityLog>.WithDetailsAsync()
RepositoryBase<IdentitySecurityLog>.WithDetailsAsync(params Expression<Func<IdentitySecurityLog, object>>[])
RepositoryBase<IdentitySecurityLog>.GetQueryable()
RepositoryBase<IdentitySecurityLog>.GetQueryableAsync()
RepositoryBase<IdentitySecurityLog>.FindAsync(Expression<Func<IdentitySecurityLog, bool>>, bool, CancellationToken)
RepositoryBase<IdentitySecurityLog>.GetAsync(Expression<Func<IdentitySecurityLog, bool>>, bool, CancellationToken)
RepositoryBase<IdentitySecurityLog>.DeleteAsync(Expression<Func<IdentitySecurityLog, bool>>, bool, CancellationToken)
RepositoryBase<IdentitySecurityLog>.DeleteDirectAsync(Expression<Func<IdentitySecurityLog, bool>>, CancellationToken)
RepositoryBase<IdentitySecurityLog>.ApplyDataFilters<TQueryable>(TQueryable)
RepositoryBase<IdentitySecurityLog>.ApplyDataFilters<TQueryable, TOtherEntity>(TQueryable)
BasicRepositoryBase<IdentitySecurityLog>.InsertAsync(IdentitySecurityLog, bool, CancellationToken)
BasicRepositoryBase<IdentitySecurityLog>.InsertManyAsync(IEnumerable<IdentitySecurityLog>, bool, CancellationToken)
BasicRepositoryBase<IdentitySecurityLog>.SaveChangesAsync(CancellationToken)
BasicRepositoryBase<IdentitySecurityLog>.UpdateAsync(IdentitySecurityLog, bool, CancellationToken)
BasicRepositoryBase<IdentitySecurityLog>.UpdateManyAsync(IEnumerable<IdentitySecurityLog>, bool, CancellationToken)
BasicRepositoryBase<IdentitySecurityLog>.DeleteAsync(IdentitySecurityLog, bool, CancellationToken)
BasicRepositoryBase<IdentitySecurityLog>.DeleteManyAsync(IEnumerable<IdentitySecurityLog>, bool, CancellationToken)
BasicRepositoryBase<IdentitySecurityLog>.GetListAsync(bool, CancellationToken)
BasicRepositoryBase<IdentitySecurityLog>.GetListAsync(Expression<Func<IdentitySecurityLog, bool>>, bool, CancellationToken)
BasicRepositoryBase<IdentitySecurityLog>.GetCountAsync(CancellationToken)
BasicRepositoryBase<IdentitySecurityLog>.GetPagedListAsync(int, int, string, bool, CancellationToken)
BasicRepositoryBase<IdentitySecurityLog>.GetCancellationToken(CancellationToken)
BasicRepositoryBase<IdentitySecurityLog>.ShouldTrackingEntityChange()
BasicRepositoryBase<IdentitySecurityLog>.LazyServiceProvider
BasicRepositoryBase<IdentitySecurityLog>.ServiceProvider
BasicRepositoryBase<IdentitySecurityLog>.DataFilter
BasicRepositoryBase<IdentitySecurityLog>.CurrentTenant
BasicRepositoryBase<IdentitySecurityLog>.AsyncExecuter
BasicRepositoryBase<IdentitySecurityLog>.UnitOfWorkManager
BasicRepositoryBase<IdentitySecurityLog>.CancellationTokenProvider
BasicRepositoryBase<IdentitySecurityLog>.LoggerFactory
BasicRepositoryBase<IdentitySecurityLog>.Logger
BasicRepositoryBase<IdentitySecurityLog>.EntityChangeTrackingProvider
BasicRepositoryBase<IdentitySecurityLog>.IsChangeTrackingEnabled
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity.EntityFrameworkCore
Assembly: Volo.Abp.Identity.EntityFrameworkCore.dll
Syntax
public class EfCoreIdentitySecurityLogRepository : EfCoreRepository<IIdentityDbContext, IdentitySecurityLog, Guid>, IServiceProviderAccessor, IUnitOfWorkEnabled, IUnitOfWorkManagerAccessor, IEfCoreRepository<IdentitySecurityLog, Guid>, IEfCoreRepository<IdentitySecurityLog>, IRepository<IdentitySecurityLog, Guid>, IRepository<IdentitySecurityLog>, IReadOnlyRepository<IdentitySecurityLog, Guid>, IReadOnlyRepository<IdentitySecurityLog>, IBasicRepository<IdentitySecurityLog, Guid>, ISupportsExplicitLoading<IdentitySecurityLog>, IIdentitySecurityLogRepository, IBasicRepository<IdentitySecurityLog, Guid>, IBasicRepository<IdentitySecurityLog>, IReadOnlyBasicRepository<IdentitySecurityLog, Guid>, IReadOnlyBasicRepository<IdentitySecurityLog>, IRepository

Constructors

EfCoreIdentitySecurityLogRepository(IDbContextProvider<IIdentityDbContext>)

Declaration
public EfCoreIdentitySecurityLogRepository(IDbContextProvider<IIdentityDbContext> dbContextProvider)
Parameters
Type Name Description
IDbContextProvider<IIdentityDbContext> dbContextProvider

Methods

GetByUserIdAsync(Guid, Guid, bool, CancellationToken)

Declaration
public virtual Task<IdentitySecurityLog> GetByUserIdAsync(Guid id, Guid userId, bool includeDetails = false, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Guid id
Guid userId
bool includeDetails
CancellationToken cancellationToken
Returns
Type Description
Task<IdentitySecurityLog>

GetCountAsync(DateTime?, DateTime?, string, string, string, Guid?, string, string, string, string, CancellationToken)

Declaration
public virtual Task<long> GetCountAsync(DateTime? startTime = null, DateTime? endTime = null, string applicationName = null, string identity = null, string action = null, Guid? userId = null, string userName = null, string clientId = null, string correlationId = null, string clientIpAddress = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
DateTime? startTime
DateTime? endTime
string applicationName
string identity
string action
Guid? userId
string userName
string clientId
string correlationId
string clientIpAddress
CancellationToken cancellationToken
Returns
Type Description
Task<long>

GetListAsync(string, int, int, DateTime?, DateTime?, string, string, string, Guid?, string, string, string, string, bool, CancellationToken)

Declaration
public virtual Task<List<IdentitySecurityLog>> GetListAsync(string sorting = null, int maxResultCount = 2147483647, int skipCount = 0, DateTime? startTime = null, DateTime? endTime = null, string applicationName = null, string identity = null, string action = null, Guid? userId = null, string userName = null, string clientId = null, string correlationId = null, string clientIpAddress = null, bool includeDetails = false, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string sorting
int maxResultCount
int skipCount
DateTime? startTime
DateTime? endTime
string applicationName
string identity
string action
Guid? userId
string userName
string clientId
string correlationId
string clientIpAddress
bool includeDetails
CancellationToken cancellationToken
Returns
Type Description
Task<List<IdentitySecurityLog>>

GetListQueryAsync(DateTime?, DateTime?, string, string, string, Guid?, string, string, string, string, CancellationToken)

Declaration
protected virtual Task<IQueryable<IdentitySecurityLog>> GetListQueryAsync(DateTime? startTime = null, DateTime? endTime = null, string applicationName = null, string identity = null, string action = null, Guid? userId = null, string userName = null, string clientId = null, string correlationId = null, string clientIpAddress = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
DateTime? startTime
DateTime? endTime
string applicationName
string identity
string action
Guid? userId
string userName
string clientId
string correlationId
string clientIpAddress
CancellationToken cancellationToken
Returns
Type Description
Task<IQueryable<IdentitySecurityLog>>

Implements

IServiceProviderAccessor
IUnitOfWorkEnabled
IUnitOfWorkManagerAccessor
IEfCoreRepository<TEntity, TKey>
IEfCoreRepository<TEntity>
IRepository<TEntity, TKey>
IRepository<TEntity>
IReadOnlyRepository<TEntity, TKey>
IReadOnlyRepository<TEntity>
IBasicRepository<TEntity, TKey>
ISupportsExplicitLoading<TEntity>
IIdentitySecurityLogRepository
IBasicRepository<TEntity, TKey>
IBasicRepository<TEntity>
IReadOnlyBasicRepository<TEntity, TKey>
IReadOnlyBasicRepository<TEntity>
IRepository

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