Click or drag to resize

SoDV3ProcessInfo Class

Model class used in RoPEWebservice The class contains data needed by the ConstraintEvaluatorExtension in RoPE to determine if the SoD evaluation process should be launched
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelSoDV3ProcessInfo

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class SoDV3ProcessInfo

The SoDV3ProcessInfo type exposes the following members.

Constructors
  NameDescription
Public methodSoDV3ProcessInfo
Top
Properties
  NameDescription
Public propertyLatestEvaluationTargetCalculationId
The calculationId from the latest SoD Evaluation target object (if any)
Public propertyRelaunchSoD
If true, RoPE will force the launch of a new SoD Evaluation process
Public propertyRevokedBlockedAssignments
If true, the field Revoke blocked resource assignments was checked during SoD process
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