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

Наследование: ManifestValueValidator
Показать файл Открыть проект

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

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

Performs the validation

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

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

Performs the validation
public Validate ( object value, string config, string preValues, PropertyEditor editor ) : IEnumerable
value object
config string Can be a json formatted string containing properties: 'delimiter' and 'pattern'
preValues string The current pre-values stored for the data type
editor PropertyEditor
Результат IEnumerable