Click or drag to resize

RoleAssignmentControllerGetResourceAssignmentsAttributeSet Method

Gets a list of all attributes, including their values, for a list of ResourceAssignment objects. This method is used as an api in customer implementations.

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#
public List<Dictionary<string, Object>> GetResourceAssignmentsAttributeSet(
	IEnumerable<int> resourceAssignmentIds
)

Parameters

resourceAssignmentIds
Type: System.Collections.GenericIEnumerableInt32
List of resourceAssignment ids

Return Value

Type: ListDictionaryString, Object
List of Dictionary objects containing: resourceAssignmentId - Id of the ResourceAssignment data object. attributeSystemName - Systemname of the attribute property. attributeDisplayName - Displayname of the attribute property. attributeValues - Dictionary with "propertyId" and "name" for each attribute. The "name" is a commadelim. set of values for the attribute.
See Also