Classes
| Class | Description | |
|---|---|---|
| PagedList<(Of <(T>)>) |
Represents a collection of objects that can be paged.
| |
| PropertyDictionary |
A serializable dictionary. The values of the dictionary must inherit from ValueType
as does int, bool, double and DateTime etc.
Strings, Nullables, Arrays and Lists of theses types are also supported, e.g. double?[].
|
Interfaces
| Interface | Description | |
|---|---|---|
| IPagedList |
Interface for a paged collection.
|