Implementation of ITaskInfoProvider interface. Extracts task information from InteractionPointAttribute, NavTargetAttribute and AdjacentPointsAttribute attributes applied to the task type and its members.

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

Syntax

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

Inheritance Hierarchy

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

See Also