C# Class Umbraco.Belle.System.PropertyEditors.ManifestValidator

Represents a validator found in a package manifest
Inheritance: ValidatorBase
Afficher le fichier Open project: umbraco/Belle

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Validate ( object value, string preValues, PropertyEditor editor ) : IEnumerable

Validates the object with the resolved ValueValidator found for this type

Method Details

Validate() public méthode

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
Résultat IEnumerable