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

Base class for XMLEventTypes. Using this class as EventType only allow preconfigured properties (normally via !:net.esper.events.xml.XPathPropertyGetter XPathPropertyGetter ). For "on the fly" property resolvers, use either !:net.esper.events.xml.SimpleXMLEventType SimpleXMLEventType or !:net.esper.events.xml.SchemaXMLEventType SchemaXMLEventType

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

Syntax

Visual Basic (Declaration)
Public MustInherit Class BaseXMLEventType _
	Inherits BaseConfigurableEventType
C#
public abstract class BaseXMLEventType : BaseConfigurableEventType
Visual C++
public ref class BaseXMLEventType abstract : public BaseConfigurableEventType

Inheritance Hierarchy

See Also

!:net.esper.events.xml.XPathPropertyGetter XPathPropertyGetter
!:net.esper.events.xml.SimpleXMLEventType SimpleXMLEventType
!:net.esper.events.xml.SchemaXMLEventType SchemaXMLEventType