 | ConfigurationCommonAddMapSuperType Method |
Add, for a given Map event type identified by the first parameter, the supertype (by its event type name).
Each Map event type may have any number of supertypes, each supertype must also be of a Map-type event.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic void AddMapSuperType(
string mapeventTypeName,
string mapSupertypeName
)
Parameters
- mapeventTypeName
- Type: SystemString
the name of a Map event type, that is to have a supertype - mapSupertypeName
- Type: SystemString
the name of a Map event type that is the supertype
See Also