| CustomerAddressValidator Class |
Namespace: CMS.Ecommerce
public class CustomerAddressValidator : IValidator
The CustomerAddressValidator type exposes the following members.
| Name | Description | |
|---|---|---|
| CustomerAddressValidator |
Initializes a new instance of the CustomerAddressValidator class.
|
| Name | Description | |
|---|---|---|
| Address |
Gets address this validator was initialized for.
| |
| CountryInfoProvider |
Gets the provider for CountryInfo management.
| |
| Errors |
Gets an enumeration of validation errors associated with this validator. An empty enumeration is returned if validation succeeded.
| |
| IsValid |
Gets a value indicating whether validation succeeded.
| |
| StateInfoProvider |
Gets the provider for StateInfo management.
|
| Name | Description | |
|---|---|---|
| ContainsTValidatorError |
Returns a value indicating whether a validation error of type TValidatorError is in Errors.
(Defined by IValidatorExtensions.) | |
| FirstErrorType |
Returns Type of the first validation error in Errors.
(Defined by IValidatorExtensions.) | |
| GetErrorMessages |
Returns collection of localized error messages that occurred during validation.
(Defined by IValidatorExtensions.) |