Click or drag to resize
FdoTaskCollection Class
Represents an ordered collection of tasks.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericListIFdoTask
    FDF.CommonFdfQueryableListIFdoTask
      FDF.Common.Features.TasksFdoTaskCollection

Namespace: FDF.Common.Features.Tasks
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public sealed class FdoTaskCollection : FdfQueryableList<IFdoTask>

The FdoTaskCollection type exposes the following members.

Constructors
  NameDescription
Public methodFdoTaskCollection
Initializes a new instance of the FdoTaskCollection class
Top
Methods
  NameDescription
Public methodClearStatus
Clears status of each task being set during run-time, setting it to None.
Top
Remarks