Click or drag to resize

ProxyEventPropertyGetterIndexed Class

[Missing <summary> documentation for "T:com.espertech.esper.common.client.ProxyEventPropertyGetterIndexed"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.clientProxyEventPropertyGetterIndexed

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class ProxyEventPropertyGetterIndexed : EventPropertyGetterIndexed

The ProxyEventPropertyGetterIndexed type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyProcGet
Top
Methods
  NameDescription
Public methodGet
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.
Top
See Also