Click or drag to resize

ConstraintEvaluationParametersBusinessProcessesChildDict Property

Dictionary of business process parent child relation

Namespace:  Omada.OE.Solution.OIM.Assembly.PackagedSolution
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<int, List<int>> BusinessProcessesChildDict { get; }

Property Value

Type: DictionaryInt32, ListInt32
See Also