| 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
Syntaxpublic 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.
RemarksData is read from cache
See Also