Class CompiledExpression
Inheritance
System.Object
CompiledExpression
Assembly: Steeltoe.Common.Expression.dll
Syntax
public abstract class CompiledExpression : object
Constructors
|
Edit this page
View Source
CompiledExpression()
Declaration
protected CompiledExpression()
Methods
|
Edit this page
View Source
GetValue(Object, IEvaluationContext)
Declaration
public virtual object GetValue(object target, IEvaluationContext context)
Parameters
Type |
Name |
Description |
System.Object |
target |
|
IEvaluationContext |
context |
|
Returns
Type |
Description |
System.Object |
|