Class ApplyParametersVisitor
Denotes a vistor implementation that applies values to an expression tree
Inherited Members
Namespace: NMF.Expressions
Assembly: NMF.Expressions.dll
Syntax
public class ApplyParametersVisitor : ExpressionVisitorBase
Constructors
| Edit this page View SourceApplyParametersVisitor(IDictionary<string, object>)
Creates a new instance
Declaration
public ApplyParametersVisitor(IDictionary<string, object> parameterMappings)
Parameters
Type | Name | Description |
---|---|---|
IDictionary<string, object> | parameterMappings | A dictionary with mappings for parameters based on parameter names |
Methods
| Edit this page View SourceVisitParameter(ParameterExpression)
Declaration
protected override Expression VisitParameter(ParameterExpression node)
Parameters
Type | Name | Description |
---|---|---|
ParameterExpression | node |
Returns
Type | Description |
---|---|
Expression |