Contains descriptions for all tasks. This collection is a part of an MVC# application configuration (see MVCConfiguration.TaskInfos).

This collection is enumerable to be able to walk through the included task types.

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

Syntax

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

Remarks

When a task is started the neccessary TaskInfo object is obtained from the TaskInfoCollection object referenced by MVCConfiguration object (see MVCConfiguration.TaskInfos). If not found a new TaskInfo object is created with the help of MVCConfiguration.TaskInfoProvider object.

Inheritance Hierarchy

System..::.Object
  MVCSharp.Core.Configuration.Tasks..::.TaskInfoCollection

See Also