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)
321
if (
IsInteger
) return true;
DynamicData\SimpleFieldTemplateUserControl.cs (3)
113
if (column.
IsInteger
|| column.ColumnType == typeof(decimal) || column.ColumnType == typeof(double) || column.ColumnType == typeof(float)) {
121
Type = column.
IsInteger
? ValidationDataType.Integer : ValidationDataType.Double
131
Type = column.
IsInteger
? ValidationDataType.Integer : ValidationDataType.Double