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

Ctor.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	xpath As String, _
	type As XPathResultType _
)
C#
public XPathPropertyDesc (
	string name,
	string xpath,
	XPathResultType type
)
Visual C++
public:
XPathPropertyDesc (
	String^ name, 
	String^ xpath, 
	XPathResultType type
)

Parameters

name
System.String
is the event property name
xpath
System.String
is an arbitrary XPath expression
type
System.Xml.XPath.XPathResultType
is a javax.xml.xpath.XPathConstants constant