Newer Version Available
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)
1id_verification.SelectedSearchResult, newinstance, [String, String, List<id_verification.FieldValue>], id_verification.SelectedSearchResultParameters
- 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()
1id_verification.SelectedSearchResult, newinstance, [], id_verification.SelectedSearchResultSelectedSearchResult Properties
The following are properties for SelectedSearchResult.
selectedRecordObject
Signature
public List<id_verification.FieldValue> selectedRecordObject {get; set;}
1id_verification.SelectedSearchResult, selectedRecordObjectProperty Value
Type: List<id_verification.FieldValue>