class GanttClassTypeConfig

This class represents a classType configuration property that can be used inside the Gantt Configuration JSON (DocsMarshal.Entities.GanttConfiguration).


Base class:

This type does not have any base class

Implemented interfaces:

This type does not implements any interface.

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

GanttClassTypeConfig ()


Properties

Int32 ClassTypeId { get; set; }

Id of the DocsMarshal ClassType


Boolean DeleteCascade { get; set; }

Indicates if the operation that will use this data should perform a delete cascade when the task will be deleted


Guid? InsertMaskId { get; set; }

Id of the DocsMarshal Insert Mask of the ClassTypeId defined


Boolean Obligatory { get; set; }

Indicates if the operation that will use this data will be obligatory


Guid? UpdateMaskId { get; set; }

Id of the DocsMarshal Update Mask of the ClassTypeId defined