Click or drag to resize

RepositoryReadOnlyT Methods

The RepositoryReadOnlyT type exposes the following members.

Methods
 NameDescription
Protected methodClearAuxiliaryCaches Clears any additional cached data associated with this repository
Public methodClearCache Clears all cached data associated with this repository, for both top-level entities and all sub-entities
Public methodFind(ExpressionFuncT, Boolean, GetAllOptions) Retrieves a list of all entities matching a given set of search criteria
Public methodFind(ExpressionFuncT, Boolean, ExpressionFuncT, IEnumerableNetForumEntity) Retrieves a list of all entities matching a given set of search criteria
Public methodFindTCustomEntity(ExpressionFuncTCustomEntity, Boolean, GetAllOptions) Retrieves a list of all entities matching a given set of search criteria
Public methodFindTCustomEntity(ExpressionFuncTCustomEntity, Boolean, ExpressionFuncTCustomEntity, IEnumerableNetForumEntity) Retrieves a list of all entities matching a given set of search criteria
Public methodGetAll(ExpressionFuncT, IEnumerableNetForumEntity) Retrieves a list of all known entities managed by this repository
Public methodGetAll(GetAllOptions) Retrieves a list of all known entities managed by this repository
Public methodGetAllTCustomEntity(ExpressionFuncTCustomEntity, IEnumerableNetForumEntity) Retrieves a list of all known entities managed by this repository
Public methodGetAllTCustomEntity(GetAllOptions) Retrieves a list of all known entities managed by this repository
Public methodGetById(NetForumId) Retrieves a single entity by id
Public methodGetByIdTCustomEntity(NetForumId) Retrieves a single entity by id
Protected methodInitializeSubEntities Populates any of the sub-entities of the passed top-level entity that were not already populated by Ignition's auto-population mechanisms.
Public methodPrimeCache 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.
Protected methodRemoveFromCache Removes the entity with the specified id from the top-level entity cache if caching is enabled
Top
See Also