dcpddd  1.0.4
dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T > Member List

This is the complete list of members for dcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T >, including all inherited members.

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 >
Contextdcp.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 >
ObjectContextdcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T >protected
ObjectSetdcp.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
Setdcp.DDD.Infrastructure.Data.EF.SuperTypes.RepositoryBase< T >protected