public class AbstractRepository : RepositoryReadOnly<SubmittedAbstract>,
ICachingRepository
Public Class AbstractRepository
Inherits RepositoryReadOnly(Of SubmittedAbstract)
Implements ICachingRepository
public ref class AbstractRepository : public RepositoryReadOnly<SubmittedAbstract^>,
ICachingRepository
type AbstractRepository =
class
inherit RepositoryReadOnly<SubmittedAbstract>
interface ICachingRepository
end
AbstractRepository | Default constructor |
ConfigurationListProvider |
A way to access configuration lists defined in netFORUM
(Inherited from RepositoryReadOnlyT) |
GeneralRepository |
A general repository available for use in all underlying entity and sub-entity operations
(Inherited from RepositoryReadOnlyT) |
Settings |
Settings specifying how this repository should behave with regard to both entity and sub-entity management
(Inherited from RepositoryReadOnlyT) |
ValueTypeProvider |
A ValueTypeProvider available for use in pulling any required value type sub-entities
(Inherited from RepositoryReadOnlyT) Obsolete. |
ClearAuxiliaryCaches |
Clears any additional cached data associated with this repository
(Inherited from RepositoryReadOnlyT) |
ClearCache |
Clears all cached data associated with this repository, for both top-level entities and all sub-entities
(Inherited from RepositoryReadOnlyT) |
Find(ExpressionFuncT, Boolean, GetAllOptions) |
Retrieves a list of all entities matching a given set of search criteria
(Inherited from RepositoryReadOnlyT) |
Find(ExpressionFuncT, Boolean, ExpressionFuncT, IEnumerableNetForumEntity) |
Retrieves a list of all entities matching a given set of search criteria
(Inherited from RepositoryReadOnlyT) |
GetAbstractAuthorTypes | Retrieves a list of all known Author Types Author Types are configured on the Author sub-entities under a given Abstract rather than on the abstract itself |
GetAbstractCategories | Retrieves a list of all known Abstract Categories |
GetAbstractStatusCodes | Retrieves a list of all known Abstract Status Codes |
GetAll(ExpressionFuncT, IEnumerableNetForumEntity) |
Retrieves a list of all known entities managed by this repository
(Inherited from RepositoryReadOnlyT) |
GetAll(GetAllOptions) |
Retrieves a list of all known entities managed by this repository
(Inherited from RepositoryReadOnlyT) |
GetById(NetForumId) |
Retrieves a single entity by id
(Inherited from RepositoryReadOnlyT) |
InitializeSubEntities | (Overrides RepositoryReadOnlyTInitializeSubEntities(T)) |
PrimeCache |
Retrieves and caches the set of all known entities managed by this repository, in order to increase the performance of future
GetAll(GetAllOptions) and GetById(NetForumId) requests. Performance of Find(ExpressionFuncT, Boolean, GetAllOptions) requests will not be improved.
(Inherited from RepositoryReadOnlyT) |
RemoveFromCache |
Removes the entity with the specified id from the top-level entity cache if caching is enabled
(Inherited from RepositoryReadOnlyT) |