UiPath Documentation
activities
latest
false
Actividades de Document Understanding
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

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.

Definición

  • Espacio de nombres: UiPath.DocumentProcessing.Contracts.Extensions.Navigator.V1
  • Ensamblado: UiPath.DocumentProcessing.Contracts
  • Inherits: FieldLookupBase

Descripción

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.

Miembros

Constructores

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

Métodos

MétodoDevolucionesDescripción
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.
  • Definición
  • Descripción
  • Miembros
  • Constructores
  • Métodos

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado