Namespace EPiServer.BaseLibrary
Classes
AddRelationObjectStoreException
ArgumentException
Summary description for ArgumentException.
BaseException
Summary description for ElektroPostException.
ClassFactory
Class factory for the basic classes for object storage and retrieval.
ClassFactoryException
Summary description for ClassFactoryException.
ClassFactoryRegistry
Summary description for ClassFactoryCollection.
ConfigurationHandler
Summary description for ConfigurationHandler.
Context
Summary description for Context.
MemoryBufferPool
Handle a pool of large memory buffers
ObjectStoreException
Summary description for ObjectStoreException.
PooledMemoryBufferArea
Manage a collection of pooled memory buffers such that it is convenient to read and write to it, as if it was one large contiguous area.
RepositoryException
Summary description for RepositoryException.
SessionException
Summary description for SessionException.
Structs
MemoryBufferPool.Counters
Collection of performance counters
Interfaces
IBaseLibraryFactory
Summary description for IBaseLibraryFactory.
IClassFactory
Summary description for IClassFactory.
IContentChannelHandler
Specifies methods for manage data in EPiServer through a channel
IContext
Summary description for IContext.
IDecorator
The IDecorator is an interface to be used with the decorator pattern to set the component for the decorator.
IInitialize
Summary description for IInitializable.
IItem
The base interface for all items
IItemList<IDTYPE, ITEMTYPE>
Summary description for IEnumerableItems.
IObjectStore
The main interface for object store implementations.
IRepository
Summary description for IRepository.
IRuntimeCache
ISession
Summary description for ISession.
Enums
ObjectState
Delegates
PooledMemoryBufferArea.BlockCopyDelegate
We need to reverse the argument order depending on reading or writing, thus a delegate for the System.Buffer.BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) method.