UiPath Documentation
activities
latest
false
Actividades de Document Understanding
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

DataPointFacadeBase Class

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

Definición

  • Espacio de nombres: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • Ensamblado: UiPath.DocumentProcessing.Contracts

Descripción

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.

Miembros

Constructores

ConstructorDescripción
DataPointFacadeBase(ResultsDataPoint dataPoint)Initializes a new instance wrapping the specified data point.

Propiedades

PropiedadTipoDescripción
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.

Métodos

MétodoDevolucionesDescripción
GetRawDataPoint()ResultsDataPointReturns the underlying ResultsDataPoint wrapped by the facade.
  • Definición
  • Descripción
  • Miembros
  • Constructores
  • Propiedades
  • Métodos

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado