| IContextAssignmentHelperGetContextAssignment Method (DataObject, String, Boolean) |
Returns ContextAssignmentDataObject from context assignment
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
SyntaxContextAssignmentDataObject GetContextAssignment(
DataObject contextAssignment,
string sourceName,
bool isDeleted = false
)
Parameters
- contextAssignment
- Type: Omada.OE.ModelDataObject
- sourceName
- Type: SystemString
- isDeleted (Optional)
- Type: SystemBoolean
Return Value
Type:
ContextAssignmentDataObject
See Also