[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)
Wrapper for events represented by a Map of key-value pairs that are the event properties.
MapEventBean instances are equal if they have the same MapEventBean.EventType and all property names
and values are reference-equal.
Namespace: net.esper.events
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
<DefaultMemberAttribute("Item")> _ Public Class MapEventBean _ Implements EventBean |
C# |
---|
[DefaultMemberAttribute("Item")] public class MapEventBean : EventBean |
Visual C++ |
---|
[DefaultMemberAttribute(L"Item")] public ref class MapEventBean : EventBean |