Click or drag to resize

ContextControllerGetDataObjectTypeContextTypes 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 Dictionary<int, DataObject> GetDataObjectTypeContextTypes()

Return Value

Type: DictionaryInt32, DataObject
Returns a map between data object types and the context type they are represented by. Keys are data object type ids. Values are context type data objects.
Remarks
Data is read from cache
See Also