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