UiPath Documentation
activities
latest
false
Document Understanding-Aktivitäten
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

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

Beschreibung

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.

Mitglieder

Konstruktoren

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

Eigenschaften

EigenschaftenTypBeschreibung
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.

Methoden

MethodGibt zurückBeschreibung
GetRawDataPoint()ResultsDataPointReturns the underlying ResultsDataPoint wrapped by the facade.
  • Definition
  • Beschreibung
  • Mitglieder
  • Konstruktoren
  • Eigenschaften
  • Methoden

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben