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

Ctor.

Namespace: net.esper.events.xml
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	propertyName As String, _
	xPathExpression As XPathExpression, _
	resultType As Type _
)
C#
public XPathPropertyGetter (
	string propertyName,
	XPathExpression xPathExpression,
	Type resultType
)
Visual C++
public:
XPathPropertyGetter (
	String^ propertyName, 
	XPathExpression^ xPathExpression, 
	Type^ resultType
)

Parameters

propertyName
System.String
is the name of the event property for which this getter gets values
xPathExpression
System.Xml.XPath.XPathExpression
is a compile XPath expression
resultType
System.Type
is the resulting type