Click or drag to resize

ProjectTaskDependancyDependancyType Property

FS=Finish-to-Start;SS=Start-to-Start;FF=Finish-to-Finish;SF=Start-to-Finish;SY=Sync (all types in the same time). [Required] [Default("FS")]

Namespace:  Aloe.EnterpriseOne.Model.Projects
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ProjectTaskDependanciesRepositoryDependancyType DependancyType { get; set; }

Property Value

Type: ProjectTaskDependanciesRepositoryDependancyType
See Also