[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 a map of event type alias to Map-event type properties.
Namespace: net.esper.core
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property MapAliases As EDictionary(Of String, EDictionary(Of String, String)) |
C# |
---|
public EDictionary<string, EDictionary<string, string>> MapAliases { get; } |
Visual C++ |
---|
public: property EDictionary<String^, EDictionary<String^, String^>^>^ MapAliases { EDictionary<String^, EDictionary<String^, String^>^>^ get (); } |