GanttDependencyMappings Properties
Provides access to options specified based on data source field names (dependency type, time lag, predecessor and successor tasks).
Name | Description |
---|---|
Data |
Gets or sets the name of a table in the data source that contains task dependencies. |
Data |
Gets or sets the data source that contains information about dependencies between tasks. |
Lag |
Gets or sets the data source field (of the Time |
Predecessor |
Gets or sets the data source field that specifies a task’s predecessor. Use a task’s key to specify the predecessor. |
Successor |
Gets or sets the data source field that specifies a task’s successor. Use a task’s key to specify the successor. |
Type |
Gets or sets the data source field (of the Dependency |
See Also