3 references to GetAutoGenerateFilter
System.ComponentModel.DataAnnotations (1)
DataAnnotations\DisplayAttribute.cs (1)
249
/// Consumers must use the <see cref="
GetAutoGenerateFilter
"/> method to retrieve the value, as this property getter will throw
System.Web.DynamicData (2)
DynamicData\MetaTable.cs (2)
795
if (displayAttribute != null && displayAttribute.
GetAutoGenerateFilter
().HasValue) {
796
return displayAttribute.
GetAutoGenerateFilter
().Value;