| ShoppingCartItemValidationError Class |
Namespace: CMS.Ecommerce
public class ShoppingCartItemValidationError : IValidationError
The ShoppingCartItemValidationError type exposes the following members.
| Name | Description | |
|---|---|---|
| ShoppingCartItemValidationError |
Initializes a new instance of the ShoppingCartItemValidationError class.
|
| Name | Description | |
|---|---|---|
| mMessageKey |
Key which can be used to retrieve a localized error message.
|
| Name | Description | |
|---|---|---|
| MessageKey |
Gets a key which can be used to retrieve a localized error message.
| |
| MessageParameters |
Returns array with SKU name key.
| |
| SKUId |
SKU Id of product associated with the error.
| |
| SKUName |
SKU name of product associated with the error.
|
| Name | Description | |
|---|---|---|
| GetMessage |
Returns a localized message with substituted parameters for validationError.
(Defined by IValidationErrorExtensions.) |