Returns a dependency type based on the specified abbreviation string, such as an empty string, FS, SS, FF, or SF.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

C#
public DependencyType GetDependencyType(
	string dependencyTypeAbbreviationString
)
Visual Basic (Declaration)
Public Function GetDependencyType ( _
	dependencyTypeAbbreviationString As String _
) As DependencyType

Parameters

dependencyTypeAbbreviationString
Type: System..::.String
The abbreviation string, such as an empty string, FS, SS, FF, or SF, to get the dependency type from.

Return Value

Implements

IGanttChartView..::.GetDependencyType(String)

See Also