Contains descriptions for all interaction points and views
within the task. Has methods to obtain navigation information
for the task (see GetNextViewName(String, String) and
CanNavigateToView(String, String)).
Namespace:
MVCSharp.Core.Configuration.TasksAssembly: MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148
Syntax
C# |
---|
public class TaskInfo |
Visual Basic (Declaration) |
---|
Public Class TaskInfo |
Visual C++ |
---|
public ref class TaskInfo |
Remarks
During a task start a TaskInfo object is obtained from
the MVCConfiguration.TaskInfos collection.
Then the TaskInfo instance is linked to the navigator for that
task through the Navigator.TaskInfo property.
After that the navigator uses the linked TaskInfo for getting
the navigation information.