Click or drag to resize

RequestedResourcesJsonDeserializerDeserialize Method

Namespace:  Omada.OE.Solution.OIM.AppLogic.PackagedSolution
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static List<Dictionary<string, RequestedResourcesJsonDeserializerResourcesCollection>> Deserialize(
	string requestedResourcesValues
)

Parameters

requestedResourcesValues
Type: SystemString
requested resources values in JSON format. Example: 1541034":{"attributes":{"1649530":{"values":[{"value":"536","displayValue":"Inactive"}]},"1649532":{"values":[{"value":"aa","displayValue":"aa"}]}}}}

Return Value

Type: ListDictionaryString, RequestedResourcesJsonDeserializerResourcesCollection
Keys are identity ids. Values are resources (and their attribute values).
See Also