3 references to Custom
System.ComponentModel.DataAnnotations (3)
DataAnnotations\DataTypeAttribute.cs (3)
33
if (DataType == DataType.
Custom
) {
82
: this(DataType.
Custom
) {
109
if (this.DataType == DataType.
Custom
&& String.IsNullOrEmpty(this.CustomDataType)) {