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