[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)
Returns the mapping of event type alias to XML DOM event type information.
Namespace: net.esper.client
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property EventTypesXMLDOM As EDictionary(Of String, ConfigurationEventTypeXMLDOM) |
C# |
---|
public EDictionary<string, ConfigurationEventTypeXMLDOM> EventTypesXMLDOM { get; } |
Visual C++ |
---|
public: property EDictionary<String^, ConfigurationEventTypeXMLDOM^>^ EventTypesXMLDOM { EDictionary<String^, ConfigurationEventTypeXMLDOM^>^ get (); } |