Newer Version Available

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

SearchResultHeader Class

Contains information about the search result header field list. This list represents the metadata information of the columns that are part of the search result.

Namespace

id_verification

SearchResultHeader Constructors

The following are constructors for SearchResultHeader.

SearchResultHeader(developerName, dataType, displayLabel)

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

Signature

public SearchResultHeader(String developerName, String dataType, String displayLabel)

1id_verification.SearchResultHeader, newinstance, [String, String, String], id_verification.SearchResultHeader

Parameters

developerName
Type: String
Represents the developer name of the field.
dataType
Type: String
Represents the data type of the header field.
displayLabel
Type: String
Represents the label of the field.

SearchResultHeader()

Creates an instance of the SearchResultHeader class.

Signature

public SearchResultHeader()

1id_verification.SearchResultHeader, newinstance, [], id_verification.SearchResultHeader

SearchResultHeader Properties

The following are properties for SearchResultHeader.

dataType

Represents the data type of the header field.

Signature

public String dataType {get; set;}

1id_verification.SearchResultHeader, dataType

Property Value

Type: String

developerName

Represents the developer name of the field.

Signature

public String developerName {get; set;}

1id_verification.SearchResultHeader, developerName

Property Value

Type: String

displayLabel

Represents the label of the field.

Signature

public String displayLabel {get; set;}

1id_verification.SearchResultHeader, displayLabel

Property Value

Type: String