Click or drag to resize

InjectionStrategyClassNewInstanceAddConstant Method

Add a constant to be provided by invoking the setter method of thNamespaceScopedeployment time

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

Parameters

name
Type: SystemString
property name
value
Type: SystemObject
constant value

Return Value

Type: InjectionStrategyClassNewInstance
itself
See Also