EvaluatedBusinessRulesForFieldValue Class
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Apps - Assembly:
UiPath.DocumentProcessing.Contracts
Description
Represents the evaluated result of a rule set for a specific indexed value within a field, primarily used in UiPath® Apps, when working with Validation Control.
Members
Properties
FieldId: Gets or sets the ID of the field on which the rules were evaluated.ParentFieldId: Gets or sets the ID of the parent field in hierarchical data structures.FieldName: Gets or sets the name of the field on which the rules were evaluated.Index: Gets or sets the index of the field value, or row in the case of a multi-value field or table. The default value for rules defined on fields without value is-1.Criticality: Gets or sets theCriticalitylevel associated with the evaluated rule set.LogicalOperator: Gets or sets theLogicalOperatorobject used in the evaluated rule set.Rules: Gets or sets a list of EvaluatedBusinessRuleDetails representing the details of each evaluated rule.