RuleSetResult Class
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.BusinessRules - Assembly:
UiPath.DocumentProcessing.Contracts
Description
Represents the result of applying a ruleset over all the extracted values of a field.
Members
Properties
FieldId: Gets or sets the ID of the field to which the rules are applied.FieldType: Gets or sets theFieldTypeassociated with this ruleset result.Criticality: Gets or sets theCriticalitylevel associated with this ruleset result.IsValid: Gets or sets a boolean value indicating whether theFieldIdis valid.Results: Gets or sets a list ofFieldValueResultobjects representing the result of each field value.BrokenRules: Gets or sets a list ofRuleobjects, which were not satisfied when applied on the field values.RowIndex: Gets or sets an optional row index associated with the field.TableFieldId: Gets or sets an identifier for the field within a table.
Constructors
RuleSetResult(): Initializes a new instance of theRuleSetResultclass.RuleSetResult(string, FieldType, Criticality, bool, List<FieldValueResult>, List<Rule>, int?, string): Initializes a new instance of theRuleSetResultclass, based on parameters such as the Field ID, type, and its criticality.