Click or drag to resize

EvaluationResult Class

Result of evaluating a control policy.
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.CtrlPolicyEvaluationResult

Namespace:  Omada.OE.AppLogic.CtrlPolicy
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class EvaluationResult

The EvaluationResult type exposes the following members.

Constructors
  NameDescription
Public methodEvaluationResult
Top
Properties
  NameDescription
Public propertyExceptions
The exceptions that were created as part of the evaluation.
Public propertyMaxViolationsReached
If true, the max violations threshold of the control policy has been reached
Public propertySurveyProcessIds
Ids of the new survey processes that were launched during the policy evaluation.
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