C# Class Umbraco.Belle.App_Plugins.MyPackage.PropertyEditors.PostcodeValidator

Validates a postcode
Inheritance: Umbraco.Belle.System.PropertyEditors.ValidatorBase
Exibir arquivo Open project: umbraco/Belle

Public Methods

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

Method Details

Validate() public method

public Validate ( object value, string preValues, PropertyEditor editor ) : IEnumerable
value object
preValues string
editor Umbraco.Belle.System.PropertyEditors.PropertyEditor
return IEnumerable