Click or drag to resize

EnumerationGetList Method (Enum, DictionaryString, String)

Gives list of Dictionary with enumeration value and translation. First value of Enumeration and second value translated

Namespace:  SOWIData.Helper
Assembly:  SOWIData.Helper (in SOWIData.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static Dictionary<string, string> GetList(
	Enum pEnumeration,
	Dictionary<string, string> pDictionaryUI
)

Parameters

pEnumeration
Type: SystemEnum
enumeration instance e.g. new Tasks()
pDictionaryUI
Type: System.Collections.GenericDictionaryString, String
dictionary UI filtered by output language

Return Value

Type: DictionaryString, String

[Missing <returns> documentation for "M:SOWIData.Helper.Enumeration.GetList(System.Enum,System.Collections.Generic.Dictionary{System.String,System.String})"]

See Also