UiPath Documentation
activities
latest
false
Document Understanding activities

RuleResult Class

RuleResult class, representing the result of applying a single rule over a field's value.

Definition​

  • Namespace: UiPath.DocumentProcessing.Contracts.BusinessRules
  • Assembly: UiPath.DocumentProcessing.Contracts

Description​

Represents the result of applying a rule over a field's value.

Members​

Properties​

  • Rule: Gets or sets the applied Rule.
  • IsValid: Gets or sets a boolean value indicating whether the result of applying the Rule is valid.

Constructors​

  • RuleResult(): Initializes a new instance of the RuleResult class.
  • RuleResult(Rule rule, bool isValid): Initializes a new instance of the RuleResult class with the following parameters:
    • rule (Rule): The applied rule.
    • isValid (Boolean): A boolean value indicating whether the applied rule is valid or not.
  • Definition​
  • Description​
  • Members​
  • Properties​
  • Constructors​

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated