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

Inheritance: Umbraco.Belle.System.PropertyEditors.ValueValidator
显示文件 Open project: umbraco/Belle

Public Methods

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

Method Details

Validate() public method

public Validate ( object value, string config, string preValues, PropertyEditor editor ) : IEnumerable
value object
config string
preValues string
editor PropertyEditor
return IEnumerable