示例#1
0
 public IEnumerable <IFilterAttribute> AttributesFor(NavigationProperty property)
 {
     return(withCache(new Signature(property), () =>
     {
         var info = mapper.Map(property);
         return info.GetAttributes <IFilterAttribute>();
     }));
 }