[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)
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) |
---|
Function CreateMapFromValues ( _ properties As IDataDictionary, _ eventType As EventType _ ) As EventBean |
C# |
---|
EventBean CreateMapFromValues ( IDataDictionary properties, EventType eventType ) |
Visual C++ |
---|
EventBean^ CreateMapFromValues ( IDataDictionary^ properties, EventType^ eventType ) |
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