Add(T entity) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
AddRange(IEnumerable< T > entities) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
AnyBy(IQueryCommand< T > queryObject) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
AnyBy(Expression< Func< T, bool >> predicate) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
Context | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | protected |
CountBy(IQueryCommand< T > queryObject) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
CountBy(Expression< Func< T, bool >> predicate) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
Find(params object[] keyValues) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | virtual |
Find(object[] keyValues, IEnumerable< Expression< Func< T, object >>> includePaths) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
Find(object keyValue, IEnumerable< Expression< Func< T, object >>> includePaths) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
Find(object keyValue, params Expression< Func< T, object >>[] includePaths) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
Find< TR >(object[] keyValues, Expression< Func< T, TR >> projection) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
Find< TR >(object keyValue, Expression< Func< T, TR >> projection) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
Find< TR >(object[] keyValues, Expression< Func< T, TR >> projection, IEnumerable< Expression< Func< T, object >>> includePaths) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
Find< TR >(object keyValue, Expression< Func< T, TR >> projection, params Expression< Func< T, object >>[] includePaths) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
FindBy(IQueryCommand< T > queryObject) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
FindBy(Expression< Func< T, bool >> predicate) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
FindBy< TR >(IQueryCommand< T > queryObject, Expression< Func< T, TR >> projection) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
FindBy< TR >(IQueryCommand< T > queryObject, Expression< Func< T, TR >> projection, IEnumerable< Expression< Func< T, object >>> includePaths) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
FindBy< TR >(IQueryCommand< T > queryObject, Expression< Func< T, TR >> projection, params Expression< Func< T, object >>[] includePaths) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
FindBy< TR >(Expression< Func< T, bool >> predicate, Expression< Func< T, TR >> projection) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
FindBy< TR >(Expression< Func< T, bool >> predicate, Expression< Func< T, TR >> projection, IEnumerable< Expression< Func< T, object >>> includePaths) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
FindBy< TR >(Expression< Func< T, bool >> predicate, Expression< Func< T, TR >> projection, params Expression< Func< T, object >>[] includePaths) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
GetAll() | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
ObjectContext | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | protected |
ObjectSet | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | protected |
Remove(T entity) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
Remove(params object[] keyValues) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
RemoveRange(IEnumerable< T > entities) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | |
RepositoryBase(IUnitOfWork unitOfWork, params Expression< Func< T, object >>[] keys) | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | protected |
Set | dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > | protected |