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:

DMBaseEntity

Implemented interfaces:

INotifyPropertyChanged

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

GanttTaskLink ()


GanttTaskLink (State state)


Properties

String ExternalId { get; set; }

A more user-friendly editable identifier for the link


GanttTask GanttTask { get; set; }


GanttTask GanttTaskLinked { get; set; }


Int32 Id { get; set; }


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


DateTime InsertDt { get; set; }

The date when the link was created


Boolean IsAdded { get; }


Boolean IsDeleted { get; }


Boolean IsUpdated { get; }


Int32 OwnerId { get; set; }

The security identity id that created the link


State State { get; set; }