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

Create an event wrapper bean from a set of event properties (name and value objectes) stored in a Map.

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

Syntax

Visual Basic (Declaration)
Public Function CreateMapFromValues ( _
	properties As IDataDictionary, _
	eventType As EventType _
) As EventBean
C#
public EventBean CreateMapFromValues (
	IDataDictionary properties,
	EventType eventType
)
Visual C++
public:
virtual EventBean^ CreateMapFromValues (
	IDataDictionary^ properties, 
	EventType^ eventType
) sealed

Parameters

properties
net.esper.compat.IDataDictionary
is key-value pairs for the event properties
eventType
net.esper.events.EventType
is the type metadata for any maps of that type

Return Value

EventBean instance