Click or drag to resize

ConfigurationCommonEventTypeXMLDOMAddXPathProperty Method (String, String, XPathResultType)

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 AddXPathProperty(
	string name,
	string xpath,
	XPathResultType type
)

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.
See Also