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

Add an alias for an event type represented by Java-bean plain-old Java object events.

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

Syntax

Visual Basic (Declaration)
Public Overridable Sub AddEventTypeAlias ( _
	eventTypeAlias As String, _
	javaEventClass As Type _
)
C#
public virtual void AddEventTypeAlias (
	string eventTypeAlias,
	Type javaEventClass
)
Visual C++
public:
virtual void AddEventTypeAlias (
	String^ eventTypeAlias, 
	Type^ javaEventClass
)

Parameters

eventTypeAlias
System.String
is the alias for the event type
javaEventClass
System.Type
is the Java event class for which to create the alias