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