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

Constructor takes a map of property names and types.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	propertyTypes As IDictionary(Of String, Type), _
	eventAdapterService As EventAdapterService _
)
C#
public MapEventType (
	IDictionary<string, Type> propertyTypes,
	EventAdapterService eventAdapterService
)
Visual C++
public:
MapEventType (
	IDictionary<String^, Type^>^ propertyTypes, 
	EventAdapterService^ eventAdapterService
)

Parameters

propertyTypes
System.Collections.Generic.IDictionary<(Of TKey, TValue>)
is pairs of property name and type
eventAdapterService
net.esper.events.EventAdapterService
is