dcpddd
1.0.4
|
This is the complete list of members for dcp.DDD.DomainModel.SuperTypes.IRepository< T >, including all inherited members.
Add(T entity) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
AddRange(IEnumerable< T > entities) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
AnyBy(IQueryCommand< T > queryObject) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
AnyBy(Expression< Func< T, bool >> predicate) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
CountBy(IQueryCommand< T > queryObject) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
CountBy(Expression< Func< T, bool >> predicate) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
Find(params object[] keyValues) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
Find(object[] keyValues, IEnumerable< Expression< Func< T, object >>> includePaths) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
Find(object keyValue, IEnumerable< Expression< Func< T, object >>> includePaths) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
Find(object keyValue, params Expression< Func< T, object >>[] includePaths) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
Find< TR >(object[] keyValues, Expression< Func< T, TR >> projection) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
Find< TR >(object keyValue, Expression< Func< T, TR >> projection) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
Find< TR >(object[] keyValues, Expression< Func< T, TR >> projection, IEnumerable< Expression< Func< T, object >>> includePaths) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
Find< TR >(object keyValue, Expression< Func< T, TR >> projection, params Expression< Func< T, object >>[] includePaths) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
FindBy(IQueryCommand< T > queryObject) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
FindBy(Expression< Func< T, bool >> predicate) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
FindBy< TR >(IQueryCommand< T > queryObject, Expression< Func< T, TR >> projection) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
FindBy< TR >(IQueryCommand< T > queryObject, Expression< Func< T, TR >> projection, IEnumerable< Expression< Func< T, object >>> includePaths) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
FindBy< TR >(IQueryCommand< T > queryObject, Expression< Func< T, TR >> projection, params Expression< Func< T, object >>[] includePaths) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
FindBy< TR >(Expression< Func< T, bool >> predicate, Expression< Func< T, TR >> projection) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
FindBy< TR >(Expression< Func< T, bool >> predicate, Expression< Func< T, TR >> projection, IEnumerable< Expression< Func< T, object >>> includePaths) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
FindBy< TR >(Expression< Func< T, bool >> predicate, Expression< Func< T, TR >> projection, params Expression< Func< T, object >>[] includePaths) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
GetAll() | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
Remove(T entity) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
Remove(params object[] keyValues) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > | |
RemoveRange(IEnumerable< T > entities) | dcp.DDD.DomainModel.SuperTypes.IRepository< T > |