To declare a task a user should equip the task type with descriptive information (e.g. in a form of .NET custom attributes). The system then will extract this information by using a ITaskInfoProvider object.

Different ITaskInfoProvider implementations account for varoius ways to supplement a task type with task information.

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

Syntax

C#
public interface ITaskInfoProvider
Visual Basic (Declaration)
Public Interface ITaskInfoProvider
Visual C++
public interface class ITaskInfoProvider

Remarks

The ITaskInfoProvider object used by the system is set via the MVCConfiguration.TaskInfoProvider and MVCConfiguration.TaskInfoProviderType properties.

See Also