4 references to Currency
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (3)
DataAnnotationsMetadataProviderTest.cs (1)
110
var dataType = new DataTypeAttribute(DataType.
Currency
);
ModelMetadataProviderTest.cs (2)
548
var dataType = new DataTypeAttribute(DataType.
Currency
);
566
var dataType = new DataTypeAttribute(DataType.
Currency
);
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\DataTypeAttribute.cs (1)
41
case DataType.
Currency
: