ApplicationUtilsConstructActionCombinationTypesFromDelimitedString Method |
converts the passed in comma delimited list of names to real enum values in a list.
Namespace: SD.LLBLGen.Pro.ApplicationCoreAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public static List<ActionCombinationType> ConstructActionCombinationTypesFromDelimitedString(
string combinationsInStringFormat
)
Public Shared Function ConstructActionCombinationTypesFromDelimitedString (
combinationsInStringFormat As String
) As List(Of ActionCombinationType)
Parameters
- combinationsInStringFormat
- Type: SystemString
The combinations in string format, comma delimited, from the project settings.
Return Value
Type:
ListActionCombinationTypeSee Also