Classes

  Class Description
Public class BaseEntity<(Of <(<'T>)>)>
Base class for entity objects in CMS Module.
Public class DoesNotExistException
DoesNotExistException is thrown when an item does not exist or has been deleted.
Public class ExistsException
ExistsException is thrown when trying to add or create an item which already exists.
Public class FoundationException
FoundationException is the top Litium Foundation exception class.
Public class Solution
The solution (one instance per server).
Public class StateBagExtension
Extend statebag class using extension methods to introduce GetValue{T}(string key).