Click or drag to resize

ConfigurationCommonEventTypeXMLDOMAddXPathPropertyFragment Method

Adds an event property for which the runtime uses the supplied XPath expression against a DOM document node to resolve a property value.

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public void AddXPathPropertyFragment(
	string name,
	string xpath,
	XPathResultType type,
	string eventTypeName
)

Parameters

name
Type: SystemString
of the event property
xpath
Type: SystemString
is an arbitrary xpath expression
type
Type: System.Xml.XPathXPathResultType
a constant obtained from System.Xml.XPath.XPathResultType.
eventTypeName
Type: SystemString
is the name of another event type that represents the XPath nodes
See Also