[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Gets the super types.
Namespace: net.esper.events
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GetSuperTypes ( _ type As Type, _ beanEventAdapter As BeanEventAdapter _ ) As IList(Of EventType) |
C# |
---|
public static IList<EventType> GetSuperTypes ( Type type, BeanEventAdapter beanEventAdapter ) |
Visual C++ |
---|
public: static IList<EventType^>^ GetSuperTypes ( Type^ type, BeanEventAdapter^ beanEventAdapter ) |
Parameters
- type
- System.Type
The type.
- beanEventAdapter
- net.esper.events.BeanEventAdapter
The bean event adapter.