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

Create an aggregate event wrapper bean from a set of named events stored in a Map.

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

Syntax

Visual Basic (Declaration)
Public Function CreateMapFromUnderlying ( _
	events As EDictionary(Of String, EventBean), _
	eventType As EventType _
) As EventBean
C#
public EventBean CreateMapFromUnderlying (
	EDictionary<string, EventBean> events,
	EventType eventType
)
Visual C++
public:
virtual EventBean^ CreateMapFromUnderlying (
	EDictionary<String^, EventBean^>^ events, 
	EventType^ eventType
) sealed

Parameters

events
net.esper.compat.EDictionary<(Of K, V>)
is key-value pairs where the key is the event name and the value is the event
eventType
net.esper.events.EventType
is the type metadata for any maps of that type

Return Value

EventBean instance