Click or drag to resize

AttributeValueHelperGetAttributeDisplayValues Method

Note: This API is now obsolete.

Returns display values of the distinct (technical) values for all attribute on an assignment. By default the display values are the same as the technical values. If, however, a ResolvingAttributeDisplayValues event handler has been implemented it can alter the display values.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[ObsoleteAttribute]
public Dictionary<string, List<string>> GetAttributeDisplayValues(
	CalculatedAssignment assignment
)

Parameters

assignment
Type: CalculatedAssignment
The assignment from which we want to obtain the attribute display values.

Return Value

Type: DictionaryString, ListString
Keys are attribute names. Values are lists of display values.
See Also