Classes
| Class | Description | |
|---|---|---|
| DefaultViewInfosProvider |
This IViewInfosProvider implementation generates ViewInfo objects
from ViewAttribute attributes.
| |
| ViewAttribute |
A base attribute for declaring views. See example code below.
| |
| ViewCreationException |
Thrown when a views manager finds it impossible to
create a view instance.
| |
| ViewInfo | ||
| ViewInfoCollection |
Represents an enumerable collection of ViewInfo objects
with an indexer to retrieve an element by the view name.
| |
| ViewInfoNotFoundException |
Views managers throw this exception if unable to find an
appropriate view among their ViewInfos
collection.
| |
| ViewInfosByTaskCollection |
Represents an enumerable set of ViewInfoCollection objects for each
task type. Thus includes descriptions for all views in the
application.
|
Interfaces
| Interface | Description | |
|---|---|---|
| IViewInfosProvider |
Classes which implement this interface can extract information
on all views declared within an assembly. MVCConfiguration
class uses this object to populate its
MVCConfiguration.ViewInfosByTask property.
|