8 references to DataTypeAttribute
System.ComponentModel.DataAnnotations (6)
DataAnnotations\CreditCardAttribute.cs (1)
11
:
base
(DataType.CreditCard) {
DataAnnotations\DataTypeAttribute.cs (1)
82
:
this
(DataType.Custom) {
DataAnnotations\EmailAddressAttribute.cs (1)
14
:
base
(DataType.EmailAddress) {
DataAnnotations\FileExtensionsAttribute.cs (1)
17
:
base
(DataType.Upload) {
DataAnnotations\PhoneAttribute.cs (1)
13
:
base
(DataType.PhoneNumber) {
DataAnnotations\UrlAttribute.cs (1)
14
:
base
(DataType.Url) {
System.Web.DynamicData (2)
DynamicData\MetaColumn.cs (2)
641
return new
DataTypeAttribute
(DataType.MultilineText);
644
return new
DataTypeAttribute
(DataType.Text);