3 references to FilterUIHintAttribute
System.ComponentModel.DataAnnotations (2)
DataAnnotations\FilterUIHintAttribute.cs (2)
95
var
otherAttribute = obj as
FilterUIHintAttribute
;
System.Web.DynamicData (1)
DynamicData\MetaColumn.cs (1)
559
FilterUIHint = GetHint<
FilterUIHintAttribute
>(a => a.PresentationLayer, a => a.FilterUIHint);