C# Class System.ComponentModel.DataAnnotations.ValueFilterAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: Kation/ComBoost

Méthodes publiques

Méthode Description
ValueFilterAttribute ( Type valueFilter ) : System

Initialize attribute.

ValueFilterAttribute ( Type valueFilter, string dependencyProperty ) : System

Initialize attribute.

Method Details

ValueFilterAttribute() public méthode

Initialize attribute.
public ValueFilterAttribute ( Type valueFilter ) : System
valueFilter System.Type Type of value filter.
Résultat System

ValueFilterAttribute() public méthode

Initialize attribute.
public ValueFilterAttribute ( Type valueFilter, string dependencyProperty ) : System
valueFilter System.Type Type of value filter.
dependencyProperty string The dependency property name.
Résultat System