Click or drag to resize

ObjectValueTypeWidenerFactoryContext Constructor

Ctor.

Namespace:  com.espertech.esper.common.client.hook.type
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ObjectValueTypeWidenerFactoryContext(
	Type clazz,
	string propertyName,
	EventType eventType,
	string statementName
)

Parameters

clazz
Type: SystemType
class
propertyName
Type: SystemString
property name
eventType
Type: com.espertech.esper.common.clientEventType
event type
statementName
Type: SystemString
statement name
See Also