1 write to CustomDataType
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\DataTypeAttribute.cs (1)
58CustomDataType = 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" /> 90return CustomDataType!; 117if (DataType == DataType.Custom && string.IsNullOrWhiteSpace(CustomDataType))