Represents 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.
It is recommended to set at least these data properties: Task.
These data properties can also be set: DependencyType, Lag.
Namespace:
DlhSoft.Windows.DataAssembly: DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)
Syntax
C# |
---|
[LocalizabilityAttribute(LocalizationCategory.None)] public class PredecessorItem : EntityItem, IPredecessorItem |
Visual Basic (Declaration) |
---|
<LocalizabilityAttribute(LocalizationCategory.None)> _ Public Class PredecessorItem _ Inherits EntityItem _ Implements IPredecessorItem |
Inheritance Hierarchy
System..::.Object
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
DlhSoft.Windows.Data..::.EntityItem
DlhSoft.Windows.Data..::.PredecessorItem
System.Windows.Threading..::.DispatcherObject
System.Windows..::.DependencyObject
DlhSoft.Windows.Data..::.EntityItem
DlhSoft.Windows.Data..::.PredecessorItem