Represents a collection of InteractionPointInfo objects accessible by the view name.

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

Syntax

C#
public class InteractionPointInfoCollection : IEnumerable
Visual Basic (Declaration)
Public Class InteractionPointInfoCollection _
	Implements IEnumerable
Visual C++
public ref class InteractionPointInfoCollection : IEnumerable

Remarks

Such collection is a part of the TaskInfo object descibing a task (see TaskInfo.InteractionPoints).

Inheritance Hierarchy

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

See Also