![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Converts Expression trees. More...
Public Member Functions | |
Dictionary< MemberInfo, LambdaExpression > | GetMappings () |
A collection of LambdaExpression grouped by MemberInfo. More... | |
Expression | Visit (Expression node) |
Dispatches the Expression to one of the more specialized visit methods in this class. More... | |
ReadOnlyCollection< Expression > | Visit (ReadOnlyCollection< Expression > nodes) |
Dispatches the list of expressions to one of the more specialized visit methods in this class. More... | |
Converts Expression trees.