Click or drag to resize

ProxyEventPropertyGetterIndexedGet Method

Return the value for the property in the event object specified when the instance was obtained. Useful for fast access to event properties. Throws a PropertyAccessException if the getter instance doesn't match the EventType it was obtained from, and to indicate other property access problems.

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Object Get(
	EventBean eventBean,
	int index
)

Parameters

eventBean
Type: com.espertech.esper.common.clientEventBean
is the event to get the value of a property from
index
Type: SystemInt32
the index value

Return Value

Type: Object
value of indexed property in event

Implements

EventPropertyGetterIndexedGet(EventBean, Int32)
See Also