SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
erminas.SmartAPI.Utils.CachedCollections.NameIndexedRDList< T > Member List

This is the complete list of members for erminas.SmartAPI.Utils.CachedCollections.NameIndexedRDList< T >, including all inherited members.

CachedList(Func< List< T >> retrieveFunc, Caching caching)erminas.SmartAPI.Utils.CachedCollections.CachedList< T >
CachedList(Caching caching)erminas.SmartAPI.Utils.CachedCollections.CachedList< T >protected
Contains(T element)erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< TK, T >
ContainsGuid(Guid guid)erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< TK, T >
ContainsKey(TK key)erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T >
ContainsName(string name)erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< TK, T >
erminas::SmartAPI::Utils::CachedCollections::IndexedCachedList< TK, T >.Counterminas.SmartAPI.Utils.CachedCollections.CachedList< T >
erminas::SmartAPI::Utils::CachedCollections::IIndexedRDList< in TK, T >.erminas::SmartAPI::Utils::CachedCollections::IRDList< T >.Counterminas.SmartAPI.Utils.CachedCollections.IRDList< T >
EnsureListIsLoaded()erminas.SmartAPI.Utils.CachedCollections.CachedList< T >protected
Get(TK key)erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T >
GetByGuid(Guid guid)erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< TK, T >virtual
GetByName(string name)erminas.SmartAPI.Utils.CachedCollections.NameIndexedRDList< T >virtual
GetByPosition(int pos)erminas.SmartAPI.Utils.CachedCollections.CachedList< T >
GetEnumerator()erminas.SmartAPI.Utils.CachedCollections.CachedList< T >
IndexedCachedList(Func< List< T >> retrieveFunc, Func< T, TK > indexFunc, Caching caching)erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T >
IndexedCachedList(Func< T, TK > indexFunc, Caching caching)erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T >protected
IndexedRDList(Func< List< T >> retrieveFunc, Func< T, TK > indexFunc, Caching caching)erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< TK, T >
IndexedRDList(Func< T, TK > indexFunc, Caching caching)erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< TK, T >protected
InvalidateCache()erminas.SmartAPI.Utils.CachedCollections.CachedList< T >virtual
IsCachingEnablederminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T >
Listerminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T >protected
NameIndexedRDList(Func< List< T >> retrieveFunc, Caching caching)erminas.SmartAPI.Utils.CachedCollections.NameIndexedRDList< T >
NameIndexedRDList(Caching caching)erminas.SmartAPI.Utils.CachedCollections.NameIndexedRDList< T >protected
Refresh()erminas.SmartAPI.Utils.CachedCollections.CachedList< T >
Refreshed()erminas.SmartAPI.Utils.CachedCollections.NameIndexedRDList< T >
RetrieveFuncerminas.SmartAPI.Utils.CachedCollections.CachedList< T >protected
this[TK key]erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T >
TryGet(TK key, out T obj)erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T >
TryGetByGuid(Guid guid, out T output)erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< TK, T >virtual
TryGetByName(string name, out T output)erminas.SmartAPI.Utils.CachedCollections.NameIndexedRDList< T >virtual
WaitFor(Func< IIndexedRDList< TK, T >, bool > predicate, TimeSpan maxWait, TimeSpan retryPeriod)erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< TK, T >
WaitFor(Predicate< IRDList< T >> predicate, TimeSpan maxWait, TimeSpan retryPeriod)erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< TK, T >
erminas::SmartAPI::Utils::CachedCollections::IndexedCachedList< TK, T >.WaitFor(Predicate< IIndexedCachedList< TK, T >> predicate, TimeSpan maxWait, TimeSpan retryPeriod)erminas.SmartAPI.Utils.CachedCollections.IndexedCachedList< TK, T >
erminas::SmartAPI::Utils::CachedCollections::CachedList< T >.WaitFor(Predicate< ICachedList< T >> predicate, TimeSpan wait, TimeSpan retryPeriod)erminas.SmartAPI.Utils.CachedCollections.CachedList< T >