suite4.net.FormDatabase Documentation

ITaskCollection Interface

Represents a collection of ITask objects.

For a list of all members of this type, see ITaskCollection Members.

[Visual Basic]
Public Interface ITaskCollection
    Implements ICollection, IEnumerable
[C#]
public interface ITaskCollection : ICollection, IEnumerable

Remarks

This collection can only contain objects of type ITask.

Requirements

Namespace: suite4.net.FormDatabase

Assembly: suite4.net.FormDatabase (in suite4.net.FormDatabase.dll)

See Also

ITaskCollection Members | suite4.net.FormDatabase Namespace