[]
        
(Showing Draft Content)

C1.GanttView.Predecessor

Predecessor Class

Specifies the dependence of one task on the other task.

Inheritance
Predecessor
Implements
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
[TypeConverter(typeof(PredecessorConverter))]
public class Predecessor : ICloneable

Constructors

Name Description
Predecessor()

Initializes a new instance of a Predecessor.

Predecessor(int, PredecessorType, double)

Initializes a new instance of a Predecessor.

Properties

Name Description
Lag

Gets or sets a delay between two tasks, in days.

OwnerTask

Gets the owner (dependent) task.

PredecessorTask

Gets or sets the predecessor task.

PredecessorTaskID

Gets or sets the ID of the predecessor task.

PredecessorType

Gets or sets the type of dependency between tasks.

Methods

Name Description
Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()