[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 Java class name.
Namespace: net.esper.client
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property EventTypeAliases As EDictionary(Of String, String) |
C# |
---|
public EDictionary<string, string> EventTypeAliases { get; } |
Visual C++ |
---|
public: property EDictionary<String^, String^>^ EventTypeAliases { EDictionary<String^, String^>^ get (); } |