| ProcessTargetModifier Delegate |
The job of the delegate is to modify the target object of a EvaluateViolation process as it sees fit.
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 delegate void ProcessTargetModifier(
DataObject target,
IDataObject identity,
List<ConstraintViolation> violations,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- target
- Type: Omada.OE.ModelDataObject
The target object to be modified by the method.
The target object will be saved after the delegate completes.
- identity
- Type: Omada.OE.Model.PublicIDataObject
Identity who the assignments are for.
- violations
- Type: System.Collections.GenericListConstraintViolation
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
See Also