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

An abstract class defining a validator
파일 보기 프로젝트 열기: umbraco/Belle

공개 메소드들

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

Validates the object with the resolved ValueValidator found for this type

메소드 상세

Validate() 공개 추상적인 메소드

Validates the object with the resolved ValueValidator found for this type
public abstract 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
리턴 IEnumerable