1

Closed

QueryableAttribute not inheritiable or overridable

description

QueryableAttribute should be inhertiable and allow injection at every step to add new filters and change the processing.
Closed Aug 17, 2012 at 10:21 PM by HongmeiG
It is not sealed, so you should be able to override it.

comments

Geminiman wrote Aug 20, 2012 at 12:35 PM

You can't override it because no methods are marked virtual thus inheriting the class accomplishes nothing.