class GanttTaskPlanningCategory

This class represents a Planning Category assignment to a task of a Gantt


Base class:

DMBaseEntity

Implemented interfaces:

INotifyPropertyChanged

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

GanttTaskPlanningCategory ()


GanttTaskPlanningCategory (State state)


Properties

Int32 Id { get; set; }


Guid IdGanttTask { get; set; }

Id of the task


Guid IdPlanningCategory { get; set; }

Id of the planning category


Boolean IsAdded { get; }


Boolean IsDeleted { get; }


Boolean IsUpdated { get; }


State State { get; set; }