C# Class Shaml.NHibernateValidator.ValidatorProvider.NHibernateValidatorProvider

Inheritance: System.Web.Mvc.ModelValidatorProvider
Afficher le fichier Open project: sztupy/shaml

Private Properties

Свойство Type Description
NHibernateValidatorProvider System.Collections.Generic

Méthodes publiques

Méthode 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

Méthode Description
NHibernateValidatorProvider ( ) : System.Collections.Generic

Method Details

GetValidators() public méthode

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
Résultat IEnumerable