Newer Version Available

This content describes an older version of this product. View Latest

SearchResultRow Class

Contains information about the search result row field list. This list represents the column values for a specific row that are part of the search result.

Namespace

id_verification

SearchResultRow Constructors

The following are constructors for SearchResultRow.

SearchResultRow(searchResultFieldValues)

Creates an instance of the SearchResultRow class with the specified parameter values.

Signature

public SearchResultRow(List<id_verification.FieldValue> searchResultFieldValues)

Parameters

searchResultFieldValues
Type: List<id_verification.FieldValue>
A list of object record fields on which the data has been verified.

SearchResultRow()

Creates an instance of the SearchResultRow class.

Signature

public SearchResultRow()

SearchResultRow Properties

The following are properties for SearchResultRow.

searchResultFieldValues

A list of object record fields on which the data has been verified.

Signature

public List<id_verification.FieldValue> searchResultFieldValues {get; set;}

Property Value

Type: List<id_verification.FieldValue>