1 write to CustomDataType
System.ComponentModel.DataAnnotations (1)
DataAnnotations\DataTypeAttribute.cs (1)
83this.CustomDataType = customDataType;
4 references to CustomDataType
System.ComponentModel.DataAnnotations (4)
DataAnnotations\DataTypeAttribute.cs (4)
15/// Gets the DataType. If it equals DataType.Custom, <see cref="CustomDataType"/> should also be retrieved. 25/// Return the name of the data type, either using the <see cref="DataType"/> enum or <see cref="CustomDataType"/> string 35return this.CustomDataType; 109if (this.DataType == DataType.Custom && String.IsNullOrEmpty(this.CustomDataType)) {