UiPath Documentation
activities
latest
false
Document Understanding activities

DataPointFacadeBase Class

DataPointFacadeBase abstract base class for V1 data point facades, exposing the common field metadata and validator properties wrapped from a ResultsDataPoint.

Definition

  • Namespace: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • Assembly: UiPath.DocumentProcessing.Contracts

Description

DataPointFacadeBase is the abstract base class for the data point facades BasicDataPoint, TableDataPoint, FieldGroupDataPoint, and WildcardDataPoint.

It wraps a single ResultsDataPoint and exposes its field metadata and validator information as strongly-typed properties. It is not instantiated directly.

Members

Constructors

ConstructorDescription
DataPointFacadeBase(ResultsDataPoint dataPoint)Initializes a new instance wrapping the specified data point.

Properties

PropertyTypeDescription
FieldTypeFieldTypeThe field type of the data point. Read-only.
FieldIdstringThe field identifier. Read-only.
FieldNamestringThe field display name. Read-only.
IsMissingboolWhether the field has no values. Read-only.
DataVersionintThe data version of the field. Read-only.
DataSourceResultsDataSourceThe data source of the field. Read/write.
OperatorConfirmedboolWhether the value was confirmed by an operator. Read/write.
ValidatorNotesstringThe validator notes for the field. Read/write.
ValidatorNotesInfostringAdditional validator information for the field. Read/write.

Methods

MethodReturnsDescription
GetRawDataPoint()ResultsDataPointReturns the underlying ResultsDataPoint wrapped by the facade.
  • Definition
  • Description
  • Members
  • Constructors
  • Properties
  • Methods

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated