UiPath Documentation
activities
latest
false
Document Understanding activities

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.

Definition

  • Namespace: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • Assembly: UiPath.DocumentProcessing.Contracts
  • Inherits: FieldLookupBase

Description

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.

Members

Constructors

ConstructorDescription
ComponentCollectionFacade(ResultsDataPoint[] dataPoints)Initializes a new instance over the supplied data points.

Methods

MethodReturnsDescription
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.
  • Definition
  • Description
  • Members
  • Constructors
  • Methods

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated