class GanttTaskState

This class represents the state of a task of a Gantt


Base class:

DMBaseEntity

Implemented interfaces:

INotifyPropertyChanged

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

GanttTaskState ()


GanttTaskState (State state)


Properties

String BackgroundColor { get; set; }


String Description { get; set; }


String ExternalId { get; set; }


List<GanttTaskStateInGantt> GanttTaskStateInGantts { get; set; }


Int32 Id { get; set; }


Boolean IsAdded { get; }


Boolean IsDeleted { get; }


Boolean IsUpdated { get; }


String Name { get; set; }


Int32 SortPriority { get; set; }


State State { get; set; }


EGanttTaskState SystemValue { get; set; }


String TextColor { get; set; }