IBusinessObjectPostAddressValidation Method | |
Business rules hook that fires after the AddressValidation event.
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax void PostAddressValidation(
NameAddress nameAddress,
List<NameAddressValidationCandidate> addressValidationCandidates,
SerializableDictionary userParams
)
void PostAddressValidation(
NameAddress^ nameAddress,
List<NameAddressValidationCandidate^>^ addressValidationCandidates,
SerializableDictionary^ userParams
)
function PostAddressValidation(nameAddress, addressValidationCandidates, userParams);
Parameters
- nameAddress
- Type: PSI.SoxNameAddress
NameAddress object containing the address information that was sent for validation. - addressValidationCandidates
- Type: System.Collections.GenericListNameAddressValidationCandidate
List of NameAddressValidationCandidate objects containing possible corrected addresses for the address that was validated. If only one candidate is returned then it SHOULD be the correct address. - userParams
- Type: PSI.SoxSerializableDictionary
SerializableDictionary object that can be used to pass in key/value pairs for custom use.
See Also