AddressValidatorValidateT Method

Validates an address against the current Address Correction as defined in NetFORUM, suggesting corrections if available.

Definition

Namespace: Ignition.Crm.AddressValidation
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public AddressValidationResult<T> Validate<T>(
	T customerAddress
)
where T : new(), CustomerAddress

Parameters

customerAddress  T
The address to validate

Type Parameters

T
The type of address to validate

Return Value

AddressValidationResultT
A result which indicates if the validation was successful, and (if available) a corrected version of the address.

Remarks

See the NetFORUM documentation for more information on configuring an Address Correction provider

See Also