class
GanttTaskLink
This class represents the configuration object of a GanttTaskLink. The link is used to create a relation between two tasks of a Gantt. For example, a milestone can links multiple tasks that should be done within the milestone date
Base class:
Implemented interfaces:
Derived types:
This type is not derived by any type in DocsMarshal.
Constructors
GanttTaskLink (State state)
Properties
String ExternalId { get; set; }
A more user-friendly editable identifier for the link
Guid IdGantt { get; set; }
Guid IdGanttTask { get; set; }
Id of the task where the links starts
Guid IdGanttTaskLink { get; set; }
The identifier of the link
Guid IdGanttTaskLinked { get; set; }
Id of the linked task
The date when the link was created
Int32 OwnerId { get; set; }
The security identity id that created the link
State State { get; set; }