AttributeDictionary ListToDictionary Method CleanCode C# Libraries v1.2.03 API

Namespace: CleanCode.Data
Assembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public static NestedStringDictionary ListToDictionary(
	string flatList,
	string include,
	params string[] key
)

Parameters

flatList
Type: OnlineSystem String
The dictionary packed into a string.
include
Type: OnlineSystem String
The column that determines inclusion (optional).
key
Type:  OnlineSystem String 
The key column.

Return Value

Dictionary of (key, Dictionary) entries.
Exceptions

Remarks

The specified key attribute is the lookup value for the Dictionary. Each Dictionary value is itself a sub-Dictionary for each of the attributes from that index in the attribute list.
See Also