Represents the interface of a predecessor item aware of its task, dependency type, and lag that can be used as a source object to be wrapped within a Predecessor and managed using a PredecessorManager.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

C#
public interface IPredecessorItem : IEntityItem
Visual Basic (Declaration)
Public Interface IPredecessorItem _
	Implements IEntityItem

See Also