SelectedSearchResult Class
Namespace
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.
selectedRecordObject
Signature
public List<id_verification.FieldValue> selectedRecordObject {get; set;}
id_verification.SelectedSearchResult, selectedRecordObject
Property Value
Type: List<id_verification.FieldValue>