[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Event bean wrapper for events that consists of a Map of name tags as key values and event bean wrappers as value objects, for use by pattern expressions.

Namespace: net.esper.events
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
<DefaultMemberAttribute("Item")> _
Public Class CompositeEventBean _
	Implements EventBean
C#
[DefaultMemberAttribute("Item")]
public class CompositeEventBean : EventBean
Visual C++
[DefaultMemberAttribute(L"Item")]
public ref class CompositeEventBean : EventBean

Inheritance Hierarchy

System.Object
  net.esper.events.CompositeEventBean