Click or drag to resize

ConstraintEvaluationParametersBuilderBuildParameters Method

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 ConstraintEvaluationParameters BuildParameters(
	int calculationId,
	IDataObject identity,
	IEnumerable<ICalculatedRoleAssignment> assignments
)

Parameters

calculationId
Type: SystemInt32
identity
Type: Omada.OE.Model.PublicIDataObject
The identity that we want to calculate SoD violations for.
assignments
Type: System.Collections.GenericIEnumerableICalculatedRoleAssignment
The identity's calculated resource assignments.

Return Value

Type: ConstraintEvaluationParameters
See Also