IBusinessObjectPreAddressValidation Method | |
Business rules hook that fires before the AddressValidation event.
Namespace:
PSI.Sox.Interfaces
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax void PreAddressValidation(
NameAddress nameAddress,
bool useSimpleNameAddress,
SerializableDictionary userParams
)
void PreAddressValidation(
NameAddress^ nameAddress,
bool useSimpleNameAddress,
SerializableDictionary^ userParams
)
function PreAddressValidation(nameAddress, useSimpleNameAddress, userParams);
Parameters
- nameAddress
- Type: PSI.SoxNameAddress
NameAddress object containing the address information to be validated. - useSimpleNameAddress
- Type: SystemBoolean
Boolean flag to convert the Sox NameAddress object to a Progistics SimpleNameAddress object - userParams
- Type: PSI.SoxSerializableDictionary
SerializableDictionary object that can be used to pass in key/value pairs for custom use.
See Also