[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Constructor takes a object type as an argument.

Namespace: net.esper.events
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	type As Type, _
	beanEventAdapter As BeanEventAdapter, _
	optionalLegacyDef As ConfigurationEventTypeLegacy _
)
C#
public BeanEventType (
	Type type,
	BeanEventAdapter beanEventAdapter,
	ConfigurationEventTypeLegacy optionalLegacyDef
)
Visual C++
public:
BeanEventType (
	Type^ type, 
	BeanEventAdapter^ beanEventAdapter, 
	ConfigurationEventTypeLegacy^ optionalLegacyDef
)

Parameters

type
System.Type
the type of an object
beanEventAdapter
net.esper.events.BeanEventAdapter
the cache and factory for event bean types and event wrappers
optionalLegacyDef
net.esper.client.ConfigurationEventTypeLegacy
optional configuration supplying legacy event type information