EvaluationOptions Class |
Namespace: Omada.OE.AppLogic.CtrlPolicy
public class EvaluationOptions
The EvaluationOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| EvaluationOptions |
| Name | Description | |
|---|---|---|
| IncludeExistingExceptions |
Should all found exceptions be returned?
Otherwise, only new exceptions will be returned.
Regardless, only new exceptions will be persisted.
| |
| LaunchSurveys |
Should survey(s) be launched/updated for managing the exceptions that we find?
Is ignored if PersistExceptions is false.
| |
| PersistExceptions |
Should exception data objects be created and saved based on the exceptions that we find?
| |
| PreventiveEvaluation |
Set to true if the evaluation is due to running in preventive mode
| |
| SpecificObjectIds |
Holds data object ids.
If non-empty we'll only evaluate the policy against those data objects.
|
| Name | Description | |
|---|---|---|
| ToBool |
Converts object to boolean.
(Defined by ObjectExtensions.) | |
| ToDateTime |
Converts object to DateTime.
(Defined by ObjectExtensions.) | |
| ToInt |
Converts object to integer.
(Defined by ObjectExtensions.) |