C# Класс System.ComponentModel.DataAnnotations.IntegerAttribute

Наследование: System.ComponentModel.DataAnnotations.DataTypeAttribute
Показать файл Открыть проект Примеры использования класса

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

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

Applies formatting to an error message, based on the data field where the error occurred.

IntegerAttribute ( ) : System

The default message is "The field {0} should be a positive or negative non-decimal number."

IntegerAttribute ( string errorMessage ) : System

Speicify a custom localizable error message

IsValid ( object value ) : bool

Determines whether the specified value of the object is valid.

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

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

Applies formatting to an error message, based on the data field where the error occurred.
public FormatErrorMessage ( string name ) : string
name string The name to include in the formatted message.
Результат string

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

The default message is "The field {0} should be a positive or negative non-decimal number."
public IntegerAttribute ( ) : System
Результат System

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

Speicify a custom localizable error message
public IntegerAttribute ( string errorMessage ) : System
errorMessage string
Результат System

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

Determines whether the specified value of the object is valid.
public IsValid ( object value ) : bool
value object The value of the object to validate.
Результат bool