[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 that represents org.w3c.dom.Node events.

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

Syntax

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

Parameters

eventTypeAlias
System.String
is the alias for the event type
xmlDOMEventTypeDesc
net.esper.client.ConfigurationEventTypeXMLDOM
descriptor containing property and mapping information for XML-DOM events