FieldValueResult Class
Definition
- Namespace:
UiPath.DocumentProcessing.Contracts.BusinessRules - Assembly:
UiPath.DocumentProcessing.Contracts
Description
Represents the result of applying a rule set over a field's value.
Members
Properties
Value: Gets or sets theFieldValueclass.IsValid: Gets or sets a boolean value, indicating whether theFieldValueclass is valid.Rules: Gets or sets a list ofRuleResultobjects that were applied over theFieldValue.
Constructors
FieldValueResult(): Initializes a new instance of theFieldValueResultclass without setting any initial value.FieldValueResult(FieldValue, bool, List<RuleResult>): Initializes a new instance of theFieldValueResultclass, and requiring the following parameters:value FieldValue: The value of the field.isValid bool: Indicate whether the field value is valid.rules List<RuleResult>: The rules applied to the field value.