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

Inheritance: ManifestValueValidator
Show file Open project: umbraco/Belle

Public Methods

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

Performs the validation

Method Details

Validate() public method

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