C# Класс Accord.IntegerAttribute

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

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

Метод Описание
IntegerAttribute ( ) : System

Initializes a new instance of the IntegerAttribute class.

IntegerAttribute ( int minimum, int maximum ) : System

Initializes a new instance of the IntegerAttribute class.

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

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

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

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

Initializes a new instance of the IntegerAttribute class.
public IntegerAttribute ( int minimum, int maximum ) : System
minimum int
maximum int
Результат System