Click or drag to resize

ConfigurationCommonEventTypeWithSupertypeSuperTypes Property

Sets the super types.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public ISet<string> SuperTypes { get; set; }

Property Value

Type: ISetString
set of super type names
See Also