 | ConfigurationCommonEventTypesMapEvents Property |
Returns a map keyed by event type name, and values being the definition for the
Map event type of the property names and types that make up the event.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic IDictionary EventTypesMapEvents { get; }
Property Value
Type:
IDictionaryTKey, TValuemap of event type name and definition of event properties
See Also