Click or drag to resize

IContextHelper Interface

Context helper

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration.Helpers
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public interface IContextHelper

The IContextHelper type exposes the following members.

Methods
  NameDescription
Public methodGetContext
Returns ContextDataObject from DataObject
Public methodGetContextsFromIds
Returns ContextDataObjects from DataObject ids
Public methodGetContextTypeMembershipPropertyId
Get membership property id for context type data object
Public methodGetReferencedNonPersonalContexts
Get non personal contexts from context type
Public methodGetReferencedPersonalContexts
Get personal contexts from context type
Public methodGetTrackedContextTypes
Get tracked context types. Context types that are tracked for sync to ODW
Top
See Also