Implemented interface member:
property
DataTypeAttribute
System.Web.DynamicData.IMetaColumn.DataTypeAttribute
3 references to DataTypeAttribute
System.Web.DynamicData (3)
DynamicData\FieldTemplateFactory.cs (3)
125bool hasDataTypeAttribute = column != null && column.DataTypeAttribute != null; 228if (column.DataTypeAttribute != null) { 229templateName = column.DataTypeAttribute.GetDataTypeName();