DependencyType represents the type of dependencies between the different projects and documents involved in the current project.
State Summary | |
FinishFinish
Indicates both projects are scheduled to finish simultaneously. |
|
FinishStart
Indicates that the second project is scheduled to start at the same time the first project finishes. |
|
StartFinish
Indicates the first project is scheduled to start at the same time the second project finishes. |
|
StartStart
Indicate both projects are scheduled to be completed at the same time. |