Table of Contents

TTMSFNCGanttChartDatabaseAdapterFieldsParams Record

Tracks which dataset fields are still handled by the adapter's default mapping logic after custom mapping events run.

API unit family: TMSFNCGanttChartDatabaseAdapter

Syntax

TTMSFNCGanttChartDatabaseAdapterFieldsParams = record

Fields and properties

Name Type Description
Dependencies Boolean Indicates whether the dependencies field is handled by the default mapper.
Description Boolean Indicates whether the description field is handled by the default mapper.
Duration Boolean Indicates whether the duration field is handled by the default mapper.
IsEventMarker Boolean Indicates whether the event-marker field is handled by the default mapper.
PlannedEnd Boolean Indicates whether the planned-end field is handled by the default mapper.
PlannedStart Boolean Indicates whether the planned-start field is handled by the default mapper.
Progress Boolean Indicates whether the progress field is handled by the default mapper.
StateName Boolean Indicates whether the state-name field is handled by the default mapper.
TaskName Boolean Indicates whether the task-name field is handled by the default mapper.
WBS Boolean Indicates whether the WBS field is handled by the default mapper.
WorkTimePolicy Boolean Indicates whether the work-time-policy field is handled by the default mapper.