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

Represents a validator found in a package manifest
Наследование: ValidatorBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

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

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