C# 클래스 Castle.Components.Validator.CollectionNotEmptyValidator

Validates that the content is a collection that is not empty
상속: AbstractValidator
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
IsValid ( object instance, object fieldValue ) : bool

Implementors should perform the actual validation upon the property value

메소드 상세

IsValid() 공개 메소드

Implementors should perform the actual validation upon the property value
public IsValid ( object instance, object fieldValue ) : bool
instance object The target type instance
fieldValue object The property/field value. It can be null.
리턴 bool