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