Show / Hide Table of Contents

Class EfCorePageFeedbackSettingRepository

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

Constructors

EfCorePageFeedbackSettingRepository(IDbContextProvider<ICmsKitProDbContext>)

Declaration
public EfCorePageFeedbackSettingRepository(IDbContextProvider<ICmsKitProDbContext> dbContextProvider)
Parameters
Type Name Description
IDbContextProvider<ICmsKitProDbContext> dbContextProvider

Methods

DeleteOldSettingsAsync(List<string>, CancellationToken)

Declaration
public virtual Task DeleteOldSettingsAsync(List<string> existingEntityTypes, CancellationToken cancellationToken = default)
Parameters
Type Name Description
List<string> existingEntityTypes
CancellationToken cancellationToken
Returns
Type Description
Task

FindByEntityTypeAsync(string, CancellationToken)

Declaration
public virtual Task<PageFeedbackSetting> FindByEntityTypeAsync(string entityType, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string entityType
CancellationToken cancellationToken
Returns
Type Description
Task<PageFeedbackSetting>

GetListByEntityTypesAsync(List<string>, CancellationToken)

Declaration
public virtual Task<List<PageFeedbackSetting>> GetListByEntityTypesAsync(List<string> entityTypes, CancellationToken cancellationToken = default)
Parameters
Type Name Description
List<string> entityTypes
CancellationToken cancellationToken
Returns
Type Description
Task<List<PageFeedbackSetting>>

Implements

IServiceProviderAccessor
IUnitOfWorkEnabled
IUnitOfWorkManagerAccessor
IEfCoreRepository<TEntity, TKey>
IEfCoreRepository<TEntity>
IRepository<TEntity, TKey>
IRepository<TEntity>
IReadOnlyRepository<TEntity, TKey>
IReadOnlyRepository<TEntity>
IBasicRepository<TEntity, TKey>
ISupportsExplicitLoading<TEntity>
IPageFeedbackSettingRepository
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