Implementation of the ITaskInfoProvider interface. Generates task information from the TaskAttribute attribute applied to a task type.

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

Syntax

C#
public class TaskInfoByXmlAttributeProvider : TaskInfoProviderBase
Visual Basic (Declaration)
Public Class TaskInfoByXmlAttributeProvider _
	Inherits TaskInfoProviderBase
Visual C++
public ref class TaskInfoByXmlAttributeProvider : public TaskInfoProviderBase

Inheritance Hierarchy

System..::.Object
  MVCSharp.Core.Configuration.Tasks..::.TaskInfoProviderBase
    MVCSharp.Core.Configuration.Tasks..::.TaskInfoByXmlAttributeProvider

See Also