| ConstraintEvaluationParameters Constructor |
Constructor for ConstraintEvaluationParameters.
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
Syntaxpublic ConstraintEvaluationParameters(
int calculationId,
IDataObject identity,
IEnumerable<ICalculatedRoleAssignment> assignments,
IList<IDataObject> constraints,
DataObjectInViewMatrix identityInViewMatrix,
DataObjects businessProcesses,
Dictionary<int, List<int>> businessProcessesChildDict,
IEnumerable<AttributeDefinition> attributeDefinitions
)
Parameters
- calculationId
- Type: SystemInt32
- identity
- Type: Omada.OE.Model.PublicIDataObject
- assignments
- Type: System.Collections.GenericIEnumerableICalculatedRoleAssignment
- constraints
- Type: System.Collections.GenericIListIDataObject
- identityInViewMatrix
- Type: Omada.OE.AppLogicDataObjectInViewMatrix
- businessProcesses
- Type: Omada.OE.ModelDataObjects
- businessProcessesChildDict
- Type: System.Collections.GenericDictionaryInt32, ListInt32
- attributeDefinitions
- Type: System.Collections.GenericIEnumerableAttributeDefinition
See Also