UiPath Documentation
activities
latest
false
Activités Document Understanding
Important :
Veuillez noter que ce contenu a été localisé en partie à l’aide de la traduction automatique. La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

DataPointFacadeBase Class

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

Définition

  • Espace de noms : UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • Assemblage : 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.

Membres

Constructeurs

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

Propriétés

PropriétéSaisie de texteDescription
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éthodes

MethodRetoursDescription
GetRawDataPoint()ResultsDataPointReturns the underlying ResultsDataPoint wrapped by the facade.
  • Définition
  • Description
  • Membres
  • Constructeurs
  • Propriétés
  • Méthodes

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour