Show / Hide Table of Contents

Class EfCoreLocalizationTextRecordRepository

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

Constructors

EfCoreLocalizationTextRecordRepository(IDbContextProvider<ILanguageManagementDbContext>)

Declaration
public EfCoreLocalizationTextRecordRepository(IDbContextProvider<ILanguageManagementDbContext> dbContextProvider)
Parameters
Type Name Description
IDbContextProvider<ILanguageManagementDbContext> dbContextProvider

Methods

Find(string, string)

Declaration
public LocalizationTextRecord? Find(string resourceName, string cultureName)
Parameters
Type Name Description
string resourceName
string cultureName
Returns
Type Description
LocalizationTextRecord

FindAsync(string, string, CancellationToken)

Declaration
public virtual Task<LocalizationTextRecord?> FindAsync(string resourceName, string cultureName, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string resourceName
string cultureName
CancellationToken cancellationToken
Returns
Type Description
Task<LocalizationTextRecord>

GetList(string, string)

Declaration
public List<LocalizationTextRecord> GetList(string resourceName, string cultureName)
Parameters
Type Name Description
string resourceName
string cultureName
Returns
Type Description
List<LocalizationTextRecord>

GetListAsync(string, string, CancellationToken)

Declaration
public virtual Task<List<LocalizationTextRecord>> GetListAsync(string resourceName, string cultureName, CancellationToken cancellationToken = default)
Parameters
Type Name Description
string resourceName
string cultureName
CancellationToken cancellationToken
Returns
Type Description
Task<List<LocalizationTextRecord>>

Implements

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