Click or drag to resize
ShippingOptionValidator Methods

The ShippingOptionValidator type exposes the following members.

Methods
  NameDescription
Public methodValidate
Validates whether a shipping option can be associated with the shopping cart.
Protected methodValidateShippingOption
Validates that shipping option is: not null, enabled, applicable to Cart, assigned to the same site as the Cart.
Top
Extension Methods
  NameDescription
Public Extension MethodContainsTValidatorError
Returns a value indicating whether a validation error of type TValidatorError is in Errors.
(Defined by IValidatorExtensions.)
Public Extension MethodFirstErrorType
Returns Type of the first validation error in Errors.
(Defined by IValidatorExtensions.)
Public Extension MethodGetErrorMessages
Returns collection of localized error messages that occurred during validation.
(Defined by IValidatorExtensions.)
Top
See Also