Predicate Builder
Recursively build up a complex predicate
 All Classes Namespaces Functions Properties
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
\NPredicateBuilderTool
 oCPredicateBuilder< 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
 \CProgram