Click or drag to resize

IContextHelperGetContext Method

Returns ContextDataObject from DataObject

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#
ContextDataObject GetContext(
	DataObject context,
	DataObject contextTypeObject,
	string sourceName,
	bool isDeleted = false
)

Parameters

context
Type: Omada.OE.ModelDataObject
Context object to send
contextTypeObject
Type: Omada.OE.ModelDataObject
data object defining the ContextType of context
sourceName
Type: SystemString
isDeleted (Optional)
Type: SystemBoolean
When the deletion is being processed it should be set to true

Return Value

Type: ContextDataObject
See Also