| IResourceParentChildHelperGetResourceParentsChildren Method |
Returns ResourceParentChildDataObject collection for Resource 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
SyntaxIEnumerable<ResourceParentChildDataObject> GetResourceParentsChildren(
DataObject resource,
DataObjectActionType actionType,
int omadaIdentitySystemId,
DataObjectVersion previousVersion,
string sourceSystem
)
Parameters
- resource
- Type: Omada.OE.ModelDataObject
- actionType
- Type: Omada.OE.Solution.OIM.AppLogic.HelpersDataObjectActionType
- omadaIdentitySystemId
- Type: SystemInt32
- previousVersion
- Type: Omada.OE.ModelDataObjectVersion
Previous synced version of data object - sourceSystem
- Type: SystemString
Name of the sending system
Return Value
Type:
IEnumerableResourceParentChildDataObject
See Also