[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)
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
System.Object
net.esper.events.BaseConfigurableEventType
net.esper.events.xml.BaseXMLEventType
net.esper.events.xml.SchemaXMLEventType
net.esper.events.xml.SimpleXMLEventType
net.esper.events.BaseConfigurableEventType
net.esper.events.xml.BaseXMLEventType
net.esper.events.xml.SchemaXMLEventType
net.esper.events.xml.SimpleXMLEventType
See Also
!:net.esper.events.xml.XPathPropertyGetter XPathPropertyGetter
!:net.esper.events.xml.SimpleXMLEventType SimpleXMLEventType
!:net.esper.events.xml.SchemaXMLEventType SchemaXMLEventType
!:net.esper.events.xml.SimpleXMLEventType SimpleXMLEventType
!:net.esper.events.xml.SchemaXMLEventType SchemaXMLEventType