Rule Class
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.Taxonomy - Assembly:
UiPath.DocumentProcessing.Contracts
Description
Represents the properties of a taxonomy rule.
Members
Properties
Name: The name of the taxonomy rule.Type: The type of taxonomy, as aRuleTypeobject. It can have the following values:MandatoryPossibleValuesRegexStartsWithEndsWithFixedLengthIsNumericIsDateIsEmailContainsExpressionTableExpressionIsEmpty
LogicalOperator: The logical operator used in the rule. It can have the following values:ANDOR
ComparisonOperator: The comparison operator used in the rule. It can have the following values:EqualsNotEqualsGreaterLessGreaterOrEqualLessOrEqual
Expression: The expression evaluated in the rule.SetValues: The set of values associated with the rule.