Click or drag to resize
RegisteredCustomerRequiredValidationError Class
Represents a validation error resulting from missing a customer where necessary.
Inheritance Hierarchy
SystemObject
  CMS.EcommerceShoppingCartItemValidationError
    CMS.EcommerceRegisteredCustomerRequiredValidationError

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

The RegisteredCustomerRequiredValidationError type exposes the following members.

Constructors
  NameDescription
Public methodRegisteredCustomerRequiredValidationError
Creates instance of RegisteredCustomerRequiredValidationError.
Top
Fields
  NameDescription
Protected fieldmMessageKey
Key which can be used to retrieve a localized error message.
(Inherited from ShoppingCartItemValidationError.)
Top
Properties
  NameDescription
Public propertyMessageKey
Gets a key which can be used to retrieve a localized error message.
(Inherited from ShoppingCartItemValidationError.)
Public propertyMessageParameters
Returns array with SKU name key.
(Inherited from ShoppingCartItemValidationError.)
Public propertySKUId
SKU Id of product associated with the error.
(Inherited from ShoppingCartItemValidationError.)
Public propertySKUName
SKU name of product associated with the error.
(Inherited from ShoppingCartItemValidationError.)
Top
See Also