ReportPropertyRepository

Namespace: Babel.Data Assembly: Babel.Data.dll

A report property repository.

public class ReportPropertyRepository : GenericRepository<ReportProperty>, IReportPropertyRepository, IGenericRepository<ReportProperty>

Inheritance

objectGenericRepository<ReportProperty>ReportPropertyRepository

Implements

IReportPropertyRepository, IGenericRepository<ReportProperty>

Inherited Members

GenericRepository<ReportProperty>.Get(Expression<Func<ReportProperty, bool>>, Func<IQueryable<ReportProperty>, IOrderedQueryable<ReportProperty>>, string, string, int?, int?), GenericRepository<ReportProperty>.GetAsync(Expression<Func<ReportProperty, bool>>, Func<IQueryable<ReportProperty>, IOrderedQueryable<ReportProperty>>, string, string, int?, int?, CancellationToken), GenericRepository<ReportProperty>.QueryAsync(string, string, string, string, int?, int?, CancellationToken), GenericRepository<ReportProperty>.GetById(params object[]), GenericRepository<ReportProperty>.GetByIdAsync(params object[]), GenericRepository<ReportProperty>.GetByIdAsync(object[], CancellationToken), GenericRepository<ReportProperty>.CountAsync(Expression<Func<ReportProperty, bool>>, CancellationToken), GenericRepository<ReportProperty>.CountAsync(string, CancellationToken), GenericRepository<ReportProperty>.Insert(ReportProperty), GenericRepository<ReportProperty>.InsertAsync(ReportProperty, CancellationToken), GenericRepository<ReportProperty>.Update(ReportProperty), GenericRepository<ReportProperty>.Delete(params object[]), GenericRepository<ReportProperty>.Delete(ReportProperty), GenericRepository<ReportProperty>.Save(), GenericRepository<ReportProperty>.SaveAsync(CancellationToken), GenericRepository<ReportProperty>.DbSet, GenericRepository<ReportProperty>.Context, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

ReportPropertyRepository(BabelDbContext)

Constructor.

public ReportPropertyRepository(BabelDbContext context)

Parameters

NameDescription

The context.

Last updated