C# Класс Castle.Components.Validator.CollectionNotEmptyValidator

Validates that the content is a collection that is not empty
Наследование: AbstractValidator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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