C# Класс Umbraco.Belle.System.PropertyEditors.ValidatorBase

An abstract class defining a validator
Показать файл Открыть проект

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

Метод Описание
Validate ( object value, string preValues, PropertyEditor editor ) : IEnumerable

Validates the object with the resolved ValueValidator found for this type

Описание методов

Validate() публичный абстрактный Метод

Validates the object with the resolved ValueValidator found for this type
public abstract Validate ( object value, string preValues, PropertyEditor editor ) : IEnumerable
value object
preValues string The current pre-values stored for the data type
editor PropertyEditor The property editor instance that we are validating for
Результат IEnumerable