[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Interface for event representation. All events have an EventBean.EventType. Events also
usually have one or more event properties. This interface allows the querying of event type,
event property values and the underlying event object.
Namespace: net.esper.events
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
<DefaultMemberAttribute("Item")> _ Public Interface EventBean |
C# |
---|
[DefaultMemberAttribute("Item")] public interface EventBean |
Visual C++ |
---|
[DefaultMemberAttribute(L"Item")] public interface class EventBean |