C# Class Shaml.NHibernateValidator.ValidatorProvider.NHibernateValidatorProvider

Inheritance: System.Web.Mvc.ModelValidatorProvider
Mostra file Open project: sztupy/shaml

Private Properties

Property Type Description
NHibernateValidatorProvider System.Collections.Generic

Public Methods

Method Description
GetValidators ( ModelMetadata metadata, System.Web.Mvc.ControllerContext context ) : IEnumerable

Returns model validators for each class that can be validated, and client validators for each properties that can be validated.

Private Methods

Method Description
NHibernateValidatorProvider ( ) : System.Collections.Generic

Method Details

GetValidators() public method

Returns model validators for each class that can be validated, and client validators for each properties that can be validated.
public GetValidators ( ModelMetadata metadata, System.Web.Mvc.ControllerContext context ) : IEnumerable
metadata ModelMetadata
context System.Web.Mvc.ControllerContext
return IEnumerable