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

ComponentCollectionFacade Class

ComponentCollectionFacade base class of the V1 navigator, providing the methods that query and filter a collection of data points for basic fields, tables, and field groups.

定義

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

説明

ComponentCollectionFacade provides the navigation methods that query and filter a collection of ResultsDataPoint objects. It is the base class of ExtractionResultHandler and FieldGroupValue, so the members below are available directly on both.

Lookup parameters (fieldLookup, tableLookup) follow the field lookup resolution rules defined in FieldLookupBase.

メンバー

コンストラクター

コンストラクター説明
ComponentCollectionFacade(ResultsDataPoint[] dataPoints)Initializes a new instance over the supplied data points.

メソッド

メソッド戻り値説明
GetFields(Func<ResultsDataPoint, bool> condition = null, bool recursive = false)WildcardDataPointCollectionReturns the fields matching condition, or all fields when condition is null. When recursive is true, nested fields are included and internal table header components are skipped.
GetSimpleFields()BasicDataPoint[]Returns all basic (non-complex) fields.
GetSimpleField(string fieldLookup)BasicDataPointReturns the basic field matching the lookup.
GetTables()TableDataPoint[]Returns all table fields.
GetTable(string tableLookup)TableDataPointReturns the table field matching the lookup.
GetTableValue(string tableLookup)TableValueReturns the value of the table field matching the lookup.
GetFieldGroups()FieldGroupDataPoint[]Returns all field group fields.
GetFieldGroup(string fieldLookup)FieldGroupDataPointReturns the field group field matching the lookup.
GetFieldGroupValue(string fieldLookup, int index)FieldGroupValueReturns the field group instance at index for the field matching the lookup.
  • 定義
  • 説明
  • メンバー
  • コンストラクター
  • メソッド

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

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得