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

Represents a validator found in a package manifest
Inheritance: ValidatorBase
Datei anzeigen Open project: umbraco/Belle

Private Properties

Property Type Description

Public Methods

Method Description
Validate ( object value, string preValues, PropertyEditor editor ) : IEnumerable

Validates the object with the resolved ValueValidator found for this type

Method Details

Validate() public method

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
return IEnumerable