Click or drag to resize

HandleEvaluationProcessArgs Class

Model class used in RoPEWebservice for arguments for HandleEvaluationProcess method call
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelHandleEvaluationProcessArgs

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

The HandleEvaluationProcessArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAssignmentKeyList
Collection of violation assigment keys from the latest RoPE calculation of an identity
Public propertyCalculationId
Rope calculation id
Public propertyIdentityHasViolations
Are there violations on identity
Public propertyIdentityUId
Identity UID
Public propertyViolatedConstraints
Constraints which are violated
Public propertyViolationDataHasChanged
Has violation data changed
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