 | ConfigurationCommonEventTypeXMLDOMXPathPropertyDesc Constructor (String, String, XPathResultType, String) |
Ctor.
Namespace:
com.espertech.esper.common.client.configuration.common
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic XPathPropertyDesc(
string name,
string xPath,
XPathResultType type,
string eventTypeName
)
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. - eventTypeName
- Type: SystemString
the name of an event type that represents the fragmented property value
See Also