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

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.dll)

Syntax

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

Parameters

dependencyTypeAbbreviationString
Type: System..::..String

See Also