C# Class System.ComponentModel.DataAnnotations.ValueFilterAttribute

Inheritance: System.Attribute
显示文件 Open project: Kation/ComBoost

Public Methods

Method Description
ValueFilterAttribute ( Type valueFilter ) : System

Initialize attribute.

ValueFilterAttribute ( Type valueFilter, string dependencyProperty ) : System

Initialize attribute.

Method Details

ValueFilterAttribute() public method

Initialize attribute.
public ValueFilterAttribute ( Type valueFilter ) : System
valueFilter System.Type Type of value filter.
return System

ValueFilterAttribute() public method

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