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

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

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

Метод Описание
ValueFilterAttribute ( Type valueFilter ) : System

Initialize attribute.

ValueFilterAttribute ( Type valueFilter, string dependencyProperty ) : System

Initialize attribute.

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

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

Initialize attribute.
public ValueFilterAttribute ( Type valueFilter ) : System
valueFilter System.Type Type of value filter.
Результат System

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

Initialize attribute.
public ValueFilterAttribute ( Type valueFilter, string dependencyProperty ) : System
valueFilter System.Type Type of value filter.
dependencyProperty string The dependency property name.
Результат System