UiPath Documentation
activities
latest
false
Document Understanding 活动
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。

ComponentCollectionFacade 类

V1 导航器的 ComponentCollectionFacade 基类,提供用于查询和筛选基本字段、表格和字段组的数据点集合的方法。

定义

  • 命名空间: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • 程序集: UiPath.DocumentProcessing.Contracts
  • 继承:字段查找基准

描述

ComponentCollectionFacade提供了用于查询和筛选ResultsDataPoint对象集合的导航方法。它是ExtractionResultHandlerFieldGroupValue的基类,因此以下成员可直接在两者上使用。

查找参数( fieldLookuptableLookup )遵循FieldLookupBase中定义的字段查找解析规则。

成员

构造函数

构造函数描述
ComponentCollectionFacade(ResultsDataPoint[] dataPoints)对提供的数据点初始化新实例。

方法

方法返回描述
GetFields(Func<ResultsDataPoint, bool> condition = null, bool recursive = false)通配符数据点集合conditioncondition 时,返回与 null 匹配的所有字段。当 recursivetrue 时,包含嵌套字段,并跳过内表标头组件。
GetSimpleFields()基本数据点[]返回所有基本(非复杂)字段。
GetSimpleField(string fieldLookup)基本数据点返回与查找内容匹配的基本字段。
GetTables()表格数据点[]返回所有表格字段。
GetTable(string tableLookup)表格数据点返回与查找内容匹配的表格字段。
GetTableValue(string tableLookup)表格值返回与查找匹配的表格字段的值。
GetFieldGroups()字段组数据点[]返回所有字段组字段。
GetFieldGroup(string fieldLookup)字段组数据点返回与查找匹配的字段组字段。
GetFieldGroupValue(string fieldLookup, int index)字段组值返回 index 中与查找匹配的字段的字段组实例。
  • 定义
  • 描述
  • 成员
  • 构造函数
  • 方法

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新