Click or drag to resize

AppOnboardingControllerDeserializeExchangeObjects Method

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<ExchangeObject> DeserializeExchangeObjects(
	List<Dictionary<string, Object>> objects
)

Parameters

objects
Type: System.Collections.GenericListDictionaryString, Object
Each list entry is a dictionary that represents a data object. Each data object must have: - id : - type : - operation : (reqd) - tag : - [property system name]_v : list of values for the property where each value has a: "value" : xml encoded value "tag" : tag value built in the browser that we will just store as it is "isKeyReference" : bool indicating if "value" is a string that references a key-value (only relevant if the property is a reference property)

Return Value

Type: ListExchangeObject
See Also