class GanttTaskStateInGantt


Base class:

DMBaseEntity

Implemented interfaces:

INotifyPropertyChanged

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

GanttTaskStateInGantt ()


GanttTaskStateInGantt (State state)


Properties

String BackgroundColor { get; set; }


Int32 GanttTaskStateId { get; set; }


Int32 Id { get; set; }


Guid IdGantt { get; set; }


Boolean IsAdded { get; }


Boolean IsDeleted { get; }


Boolean IsUpdated { get; }


EGanttTaskStateKanbanVisibility? KanbanVisibility { get; set; }


Double? KanbanVisibilityDuration { get; set; }


Int32? SortPriority { get; set; }


State State { get; set; }


String TextColor { get; set; }