Predicate Builder
Recursively build up a complex predicate
|
Classes | |
class | PredicateBuilder< T > |
Succesively builds a predicate using And, Or, Not, Xor, etc. Builder pattern (simplified) Usage new PredicateBuilder().And(..).Or(...) etc. Inspiration from http://www.albahari.com/nutshell/predicatebuilder.aspx and StringBuilder Usefull with big search forms like https://bibliotek.dk/eng More... | |
class | Program |