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

Represents a validator found in a package manifest
상속: ValidatorBase
파일 보기 프로젝트 열기: umbraco/Belle

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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 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