Represents an enumerable collection of ViewInfo objects
with an indexer to retrieve an element by the view name.
Namespace:
MVCSharp.Core.Configuration.ViewsAssembly: MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148
Syntax
C# |
---|
public class ViewInfoCollection : IEnumerable |
Visual Basic (Declaration) |
---|
Public Class ViewInfoCollection _ Implements IEnumerable |
Visual C++ |
---|
public ref class ViewInfoCollection : IEnumerable |
Remarks
Before a task is started the ViewInfoCollection object is stored
within the TaskInfo.ViewInfos property.
After a task is started the corresponding IViewsManager is linked
to this ViewInfoCollection object via its
IViewsManager.ViewInfos property.
Inheritance Hierarchy
System..::.Object
MVCSharp.Core.Configuration.Views..::.ViewInfoCollection
MVCSharp.Webforms.Configuration..::.WebformsViewInfoCollection
MVCSharp.Core.Configuration.Views..::.ViewInfoCollection
MVCSharp.Webforms.Configuration..::.WebformsViewInfoCollection