C# Class Simplify.Web.ModelBinding.Validation.StringValidator

Validates string using specified rules in attributes
Afficher le fichier Open project: i4004/Simplify.Web

Méthodes publiques

Méthode Description
Validate ( string value, PropertyInfo propertyInfo ) : void

Validates the string.

Method Details

Validate() public static méthode

Validates the string.
///
public static Validate ( string value, PropertyInfo propertyInfo ) : void
value string The value.
propertyInfo System.Reflection.PropertyInfo The property information.
Résultat void