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

Validates string using specified rules in attributes
Exibir arquivo Open project: i4004/Simplify.Web

Public Methods

Method Description
Validate ( string value, PropertyInfo propertyInfo ) : void

Validates the string.

Method Details

Validate() public static method

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