Click or drag to resize
ApplicationUtilsConstructActionCombinationTypesFromDelimitedString Method
converts the passed in comma delimited list of names to real enum values in a list.

Namespace:  SD.LLBLGen.Pro.ApplicationCore
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static List<ActionCombinationType> ConstructActionCombinationTypesFromDelimitedString(
	string combinationsInStringFormat
)

Parameters

combinationsInStringFormat
Type: SystemString
The combinations in string format, comma delimited, from the project settings.

Return Value

Type: ListActionCombinationType
See Also