Describes interaction point (view-controller pair). Holds a view name, the corresponding controller type and navigation information for this interaction point.

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

Syntax

C#
public class InteractionPointInfo
Visual Basic (Declaration)
Public Class InteractionPointInfo
Visual C++
public ref class InteractionPointInfo

Remarks

TaskInfo object contains a collection of InteractionPointInfo objects, thus describing the whole task.

Inheritance Hierarchy

System..::.Object
  MVCSharp.Core.Configuration.Tasks..::.InteractionPointInfo

See Also