CoreUtilsConvertCentralUnitAliasesToNameSets Method |
Parses the passed in string to a set of alias - real names sets.
Namespace:
SD.LLBLGen.Pro.Core
Assembly:
SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.13.0.0 (5.13.25.1117)
Syntaxpublic static MultiValueDictionary<string, string> ConvertCentralUnitAliasesToNameSets(
string centralUnitAliases
)
Public Shared Function ConvertCentralUnitAliasesToNameSets (
centralUnitAliases As String
) As MultiValueDictionary(Of String, String)
Parameters
- centralUnitAliases
- Type: SystemString
Central unit aliases as specified by the user. Format: alias1=realname1, realname2|alias2=realname3,realname4
Return Value
Type:
MultiValueDictionaryString,
StringMultivalue dictionary, with per alias as key the real names it is the alias for as values.
See Also