Implemented interface member:
property
IsInteger
System.Web.DynamicData.IMetaColumn.IsInteger
5 references to IsInteger
System.Web.DynamicData (5)
DynamicData\FieldTemplateUserControl.cs (1)
458} else if (column.IsInteger && column.ColumnType != typeof(long)) {
DynamicData\MetaColumn.cs (1)
321if (IsInteger) return true;
DynamicData\SimpleFieldTemplateUserControl.cs (3)
113if (column.IsInteger || column.ColumnType == typeof(decimal) || column.ColumnType == typeof(double) || column.ColumnType == typeof(float)) { 121Type = column.IsInteger ? ValidationDataType.Integer : ValidationDataType.Double 131Type = column.IsInteger ? ValidationDataType.Integer : ValidationDataType.Double