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

Constructor for initialization with existing values. Makes a shallow copy of the supplied values to not be surprised by changing property values.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	eventType As EventType, _
	events As IDictionary(Of String, EventBean) _
)
C#
public MapEventBean (
	EventType eventType,
	IDictionary<string, EventBean> events
)
Visual C++
public:
MapEventBean (
	EventType^ eventType, 
	IDictionary<String^, EventBean^>^ events
)

Parameters

eventType
net.esper.events.EventType
is the type of the event, i.e. describes the map entries
events
System.Collections.Generic.IDictionary<(Of TKey, TValue>)
are the event property constisting of events