Click or drag to resize

ConfigurationCommonEventTypeXMLDOMXPathPropertyDesc Constructor (String, String, XPathResultType)

Ctor.

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

Parameters

name
Type: SystemString
is the event property name
xPath
Type: SystemString
is an arbitrary XPath expression
type
Type: System.Xml.XPathXPathResultType
a constant obtained from System.Xml.XPath.XPathResultType.
See Also