Click or drag to resize

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)
Syntax
public static MultiValueDictionary<string, string> ConvertCentralUnitAliasesToNameSets(
	string centralUnitAliases
)

Parameters

centralUnitAliases
Type: SystemString
Central unit aliases as specified by the user. Format: alias1=realname1, realname2|alias2=realname3,realname4

Return Value

Type: MultiValueDictionaryString, String
Multivalue dictionary, with per alias as key the real names it is the alias for as values.
See Also