Contains descriptions for all tasks. This collection is a part of
an MVC# application configuration (see MVCConfiguration.TaskInfos).
Namespace:
MVCSharp.Core.Configuration.TasksThis collection is enumerable to be able to walk through the included task types.
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.