Initializes a new instance of the PredecessorItem class.
Namespace:
DlhSoft.Windows.Data
Assembly:
DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
C# |
---|
public PredecessorItem( Object taskItem, DependencyType dependencyType ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ taskItem As Object, _ dependencyType As DependencyType _ ) |
Parameters
- taskItem
- Type: System..::.Object
Task item of this PredecessorItem.
- dependencyType
- Type: DlhSoft.Windows.Data..::.DependencyType
Dependency type of this PredecessorItem.