Click or drag to resize

IContextAssignmentHelperGetContextAssignment Method (DataObject, DataObject, String, DateTime, DateTime, Boolean)

Returns context assignment object from context and identity

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#
ContextAssignmentDataObject GetContextAssignment(
	DataObject context,
	DataObject identity,
	string sourceName,
	DateTime validFrom,
	DateTime validTo,
	bool isDeleted = false
)

Parameters

context
Type: Omada.OE.ModelDataObject
identity
Type: Omada.OE.ModelDataObject
sourceName
Type: SystemString
validFrom
Type: SystemDateTime
validTo
Type: SystemDateTime
isDeleted (Optional)
Type: SystemBoolean

Return Value

Type: ContextAssignmentDataObject
See Also