C# 클래스 NAnt.Core.Attributes.StringValidatorAttribute

상속: NAnt.Core.Attributes.ValidatorAttribute
파일 보기 프로젝트 열기: skolima/NAnt 1 사용 예제들

공개 메소드들

메소드 설명
StringValidatorAttribute ( ) : System

Initializes a new instance of the StringValidatorAttribute class.

Validate ( object value ) : void

Checks if the specified value adheres to the rules defined by the properties of the StringValidatorAttribute.

메소드 상세

StringValidatorAttribute() 공개 메소드

Initializes a new instance of the StringValidatorAttribute class.
public StringValidatorAttribute ( ) : System
리턴 System

Validate() 공개 메소드

Checks if the specified value adheres to the rules defined by the properties of the StringValidatorAttribute.
is an empty string value and is set to .
public Validate ( object value ) : void
value object The value to be checked.
리턴 void