Click or drag to resize
ShoppingCartItemValidationError Class
Base class for shopping cart item related errors.
Inheritance Hierarchy

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public class ShoppingCartItemValidationError : IValidationError

The ShoppingCartItemValidationError type exposes the following members.

Constructors
  NameDescription
Public methodShoppingCartItemValidationError
Initializes a new instance of the ShoppingCartItemValidationError class.
Top
Fields
  NameDescription
Protected fieldmMessageKey
Key which can be used to retrieve a localized error message.
Top
Properties
  NameDescription
Public propertyMessageKey
Gets a key which can be used to retrieve a localized error message.
Public propertyMessageParameters
Returns array with SKU name key.
Public propertySKUId
SKU Id of product associated with the error.
Public propertySKUName
SKU name of product associated with the error.
Top
Extension Methods
  NameDescription
Public Extension MethodGetMessage
Returns a localized message with substituted parameters for validationError.
(Defined by IValidationErrorExtensions.)
Top
See Also