Represents an enumerable set of ViewInfoCollection objects for each task type. Thus includes descriptions for all views in the application.

Namespace:  MVCSharp.Core.Configuration.Views
Assembly:  MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148

Syntax

C#
public class ViewInfosByTaskCollection : IEnumerable
Visual Basic (Declaration)
Public Class ViewInfosByTaskCollection _
	Implements IEnumerable
Visual C++
public ref class ViewInfosByTaskCollection : IEnumerable

Remarks

This collection is a part of the MVCConfiguration object: when a task is started the necessary ViewInfoCollection object is obtained from the ViewInfosByTask property.

Inheritance Hierarchy

System..::.Object
  MVCSharp.Core.Configuration.Views..::.ViewInfosByTaskCollection

See Also