C# 클래스 Umbraco.Belle.System.PropertyEditors.DelimitedValueValidator

상속: ManifestValueValidator
파일 보기 프로젝트 열기: umbraco/Belle

공개 메소드들

메소드 설명
Validate ( object value, string config, string preValues, PropertyEditor editor ) : IEnumerable

Performs the validation

메소드 상세

Validate() 공개 메소드

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
리턴 IEnumerable