class
GanttTaskDependency
This class represents the configuration object of a dependency between two tasks of a Gantt. Dependencies allow you to define relationships between tasks and visualize the sequence in which they must be completed in order to close a project.
Base class:
Implemented interfaces:
Derived types:
This type is not derived by any type in DocsMarshal.
Constructors
GanttTaskDependency (State state)
Properties
Guid IdGantt { get; set; }
Guid IdGanttTask { get; set; }
Id of the security identity assigned to the task
Guid IdGanttTaskDependency { get; set; }
The identifier of the dependency
Guid IdGanttTaskLinked { get; set; }
The date when the resource was assigned to the task
EGanttDependencyLagType LagType { get; set; }
State State { get; set; }
The type of the dependency