SelectedSearchResult Class

Contains the details of the record that has been selected for verification.

Namespace

id_verification

SelectedSearchResult Constructors

The following are constructors for SelectedSearchResult.

SelectedSearchResult(selectedRecordId, objectName, selectedRecordObject)

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

Signature

public SelectedSearchResult(String selectedRecordId, String objectName, List<id_verification.FieldValue> selectedRecordObject)

id_verification.SelectedSearchResult, newinstance, [String, String, List<id_verification.FieldValue>], id_verification.SelectedSearchResult

Parameters

selectedRecordId
Type: String
Required. Specifies the object record ID on which the data is to be verified.
objectName
Type: String
Required. Specifies the name of the object to be verified.
selectedRecordObject
Type: List<id_verification.FieldValue>
Specifies the object record fields on which the data is to be verified.

SelectedSearchResult()

Creates an instance of the SelectedSearchResult class.

Signature

public SelectedSearchResult()

id_verification.SelectedSearchResult, newinstance, [], id_verification.SelectedSearchResult

SelectedSearchResult Properties

The following are properties for SelectedSearchResult.

objectName

Specifies the name of the object to be verified.

Signature

public String objectName {get; set;}

id_verification.SelectedSearchResult, objectName

Property Value

Type: String

selectedRecordId

Specifies the object record ID on which the data is to be verified.

Signature

public String selectedRecordId {get; set;}

id_verification.SelectedSearchResult, selectedRecordId

Property Value

Type: String

selectedRecordObject

Specifies the object record fields on which the data is to be verified.

Signature

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

id_verification.SelectedSearchResult, selectedRecordObject

Property Value

Type: List<id_verification.FieldValue>