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 Academy

有问题? UiPath 论坛

保持更新