Click or drag to resize

EvaluationOptions Class

Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.CtrlPolicyEvaluationOptions

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

The EvaluationOptions type exposes the following members.

Constructors
  NameDescription
Public methodEvaluationOptions
Top
Properties
  NameDescription
Public propertyIncludeExistingExceptions
Should all found exceptions be returned? Otherwise, only new exceptions will be returned. Regardless, only new exceptions will be persisted.
Public propertyLaunchSurveys
Should survey(s) be launched/updated for managing the exceptions that we find? Is ignored if PersistExceptions is false.
Public propertyPersistExceptions
Should exception data objects be created and saved based on the exceptions that we find?
Public propertyPreventiveEvaluation
Set to true if the evaluation is due to running in preventive mode
Public propertySpecificObjectIds
Holds data object ids. If non-empty we'll only evaluate the policy against those data objects.
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