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.

FieldLookupBase Class

FieldLookupBase abstract base class of the V1 navigator facades, defining how a lookup string resolves to a field by field ID or display name.

Définition

  • Espace de noms : UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • Assemblage : UiPath.DocumentProcessing.Contracts

Description

FieldLookupBase is the abstract base class for the V1 navigator facades. It holds a collection of ResultsDataPoint objects and resolves a lookup string to a single field.

It is not instantiated directly. Its field-resolution behavior is inherited by ComponentCollectionFacade and ResultsValueFacadeBase, and therefore by every facade derived from them.

Field lookup resolution

A lookup string passed to navigation members (for example, fieldLookup, tableLookup, or columnLookup) resolves in the following order:

  • Match by field ID, either fully qualified or by the segment after the last ., compared case-insensitively.
  • If no field matches by ID, match by field display name, compared case-insensitively.

The lookup throws System.ArgumentException when:

  • More than one field matches the ID.
  • More than one field matches the display name.
  • No field matches either the ID or the display name.

Membres

Constructeurs

ConstructeurDescription
FieldLookupBase(ResultsDataPoint[] dataPoints)Initializes a new instance over the supplied data points. A null array is treated as an empty collection.
Remarque :

This class exposes its data point collection and lookup method as protected members to derived facades. It has no public members other than the constructor.

  • Définition
  • Description
  • Field lookup resolution
  • Membres
  • Constructeurs

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