Click or drag to resize

InjectionStrategyClassNewInstanceAddExpression Method

Add an expression to be provided by invoking the setter method of the class, at deployment time, the setter should accept an instance.

Namespace:  com.espertech.esper.common.client.hook.forgeinject
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public InjectionStrategyClassNewInstance AddExpression(
	string name,
	ExprNode value
)

Parameters

name
Type: SystemString
property name
value
Type: ExprNode
expression

Return Value

Type: InjectionStrategyClassNewInstance
itself
See Also