Click or drag to resize
IValidatorExtensions Class
Provides a set of extension methods for IValidator.
Inheritance Hierarchy
SystemObject
  CMS.BaseIValidatorExtensions

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public static class IValidatorExtensions

The IValidatorExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberContainsTValidatorError
Returns a value indicating whether a validation error of type TValidatorError is in Errors.
Public methodStatic memberFirstErrorType
Returns Type of the first validation error in Errors.
Public methodStatic memberGetErrorMessages
Returns collection of localized error messages that occurred during validation.
Top
See Also