A custom ValidatorProvider which performs the translation between LightSpeed validation attributes and DataAnnotation attributes for use with ASP.NET MVC 2+

Namespace:  Mindscape.LightSpeed.Web.Mvc
Assembly:  Mindscape.LightSpeed.Web (in Mindscape.LightSpeed.Web.dll)
Version: 4.0.1000.1 (4.0.0.0)

Syntax

C#
public class LightSpeedMvcValidatorProvider : DataAnnotationsModelValidatorProvider
Visual Basic (Declaration)
Public Class LightSpeedMvcValidatorProvider _
	Inherits DataAnnotationsModelValidatorProvider

Inheritance Hierarchy

System..::.Object
  ModelValidatorProvider
    AssociatedValidatorProvider
      DataAnnotationsModelValidatorProvider
        Mindscape.LightSpeed.Web.Mvc..::.LightSpeedMvcValidatorProvider

See Also