Click or drag to resize

ConstraintEvaluationParametersBuilder Class

The ConstraintEvaluationParametersBuilder can "build" a ConstraintEvaluationParameters object. It shields the user of the SoD v2 logic (that is, the RE extension) from knowing the details of creating a ConstraintEvaluationParameters object. Use the SoDController to create an instance of the ConstraintEvaluationParametersBuilder.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.PackagedSolutionConstraintEvaluationParametersBuilder

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 sealed class ConstraintEvaluationParametersBuilder

The ConstraintEvaluationParametersBuilder type exposes the following members.

Methods
  NameDescription
Public methodBuildParameters
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also