UiPath Documentation
activities
latest
false
Document Understanding アクティビティ
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

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.

定義

  • 名前空間: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • アセンブリ: UiPath.DocumentProcessing.Contracts

説明

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.

メンバー

コンストラクター

コンストラクター説明
FieldLookupBase(ResultsDataPoint[] dataPoints)Initializes a new instance over the supplied data points. A null array is treated as an empty collection.
注:

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.

  • 定義
  • 説明
  • Field lookup resolution
  • メンバー
  • コンストラクター

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得