SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
IndexedRDList.cs File Reference

Go to the source code of this file.

Classes

class  erminas.SmartAPI.Utils.CachedCollections.GuidIndexedRDList< T >
 Convenience class for a IndexedRDList with an index on the Guid attribute GetByGuid and TryGetByGuid both use the index to access the elements. More...
 
interface  erminas.SmartAPI.Utils.CachedCollections.IIndexedRDList< in TK, T >
 
class  erminas.SmartAPI.Utils.CachedCollections.IndexedRDList< TK, T >
 
class  erminas.SmartAPI.Utils.CachedCollections.NameIndexedRDList< T >
 Convenience class for a IndexedRDList with an index on the Name attribute GetByName and TryGetByName both use the index to access the elements. More...
 

Namespaces

package  erminas.SmartAPI.Utils.CachedCollections