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

Наследование: Castle.Components.Validator.AbstractValidationAttribute
Показать файл Открыть проект

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

Метод Описание
Build ( ) : IValidator

Constructs and configures an IValidator instance based on the properties set on the attribute instance.

ValidateIntegerAttribute ( ) : System

Initializes a new instance of the ValidateIntegerAttribute class.

ValidateIntegerAttribute ( string errorMessage ) : System

Initializes a new instance of the ValidateIntegerAttribute class.

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

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

Constructs and configures an IValidator instance based on the properties set on the attribute instance.
public Build ( ) : IValidator
Результат IValidator

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

Initializes a new instance of the ValidateIntegerAttribute class.
public ValidateIntegerAttribute ( ) : System
Результат System

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

Initializes a new instance of the ValidateIntegerAttribute class.
public ValidateIntegerAttribute ( string errorMessage ) : System
errorMessage string The error message.
Результат System