1 write to CustomDataType
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\DataTypeAttribute.cs (1)
58
CustomDataType
= customDataType;
4 references to CustomDataType
System.ComponentModel.Annotations (4)
System\ComponentModel\DataAnnotations\DataTypeAttribute.cs (4)
62
/// Gets the DataType. If it equals DataType.Custom, <see cref="
CustomDataType
" /> should also be retrieved.
78
/// Return the name of the data type, either using the <see cref="DataType" /> enum or <see cref="
CustomDataType
" />
90
return
CustomDataType
!;
117
if (DataType == DataType.Custom && string.IsNullOrWhiteSpace(
CustomDataType
))