C# Класс Castle.Components.Validator.NotSameValueValidator

Validates that the content is not set to the specified value
Наследование: AbstractValidator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IsValid ( object instance, object fieldValue ) : bool

Validates that the fieldValue is not set to the specified value

NotSameValueValidator ( object value )

Initializes a new instance of the SameAsValidator class.

Защищенные методы

Метод Описание
BuildErrorMessage ( ) : string

Builds the error message.

Описание методов

BuildErrorMessage() защищенный Метод

Builds the error message.
protected BuildErrorMessage ( ) : string
Результат string

IsValid() публичный Метод

Validates that the fieldValue is not set to the specified value
public IsValid ( object instance, object fieldValue ) : bool
instance object The target type instance
fieldValue object The property/field value. It can be null.
Результат bool

NotSameValueValidator() публичный Метод

Initializes a new instance of the SameAsValidator class.
public NotSameValueValidator ( object value )
value object