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

Creates a new anonymous EventType instance for an event type that contains a map of name value pairs. The method accepts a Map that contains the property names as keys and EventType objects as the values. The EventType instances represent the property types whose underlying class is used to set the type, via method CreateAnonymousMapType.

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

Syntax

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

Parameters

propertyTypes
net.esper.compat.EDictionary<(Of K, V>)
is a map of String to EventType objects

Return Value

EventType implementation for map field names and value types which are the underlying types to the event type passed in