3 references to Custom
System.ComponentModel.Annotations (3)
System\ComponentModel\DataAnnotations\DataTypeAttribute.cs (3)
56
: this(DataType.
Custom
)
87
if (DataType == DataType.
Custom
)
117
if (DataType == DataType.
Custom
&& string.IsNullOrWhiteSpace(CustomDataType))