Click or drag to resize

ConfigurationCommonMapTypeConfigurations Property

Returns for each Map event type name the set of supertype event type names (Map types only).

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public IDictionary MapTypeConfigurations { get; }

Property Value

Type: IDictionaryTKey, TValue
map of name to set of supertype names
See Also