C# 클래스 Simplify.Web.ModelBinding.Validation.StringValidator

Validates string using specified rules in attributes
파일 보기 프로젝트 열기: i4004/Simplify.Web

공개 메소드들

메소드 설명
Validate ( string value, PropertyInfo propertyInfo ) : void

Validates the string.

메소드 상세

Validate() 공개 정적인 메소드

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