| StateNotFromCountryValidationError Class |
Namespace: CMS.Ecommerce
public class StateNotFromCountryValidationError : IValidationError
The StateNotFromCountryValidationError type exposes the following members.
| Name | Description | |
|---|---|---|
| StateNotFromCountryValidationError |
Initializes a new instance of the StateNotFromCountryValidationError class.
|
| Name | Description | |
|---|---|---|
| Country |
Country whose state is invalid.
| |
| MessageKey |
Gets a key which can be used to retrieve a localized error message.
| |
| MessageParameters |
Returns an array containing country and state display names.
| |
| State |
State which is invalid for given Country.
|
| Name | Description | |
|---|---|---|
| GetMessage |
Returns a localized message with substituted parameters for validationError.
(Defined by IValidationErrorExtensions.) |