Click or drag to resize

ConfigurationCommonEventTypeXMLDOMXPathPropertyDesc Class

Descriptor class for event properties that are resolved via XPath-expression.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.configuration.commonConfigurationCommonEventTypeXMLDOMXPathPropertyDesc

Namespace:  com.espertech.esper.common.client.configuration.common
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class XPathPropertyDesc

The ConfigurationCommonEventTypeXMLDOMXPathPropertyDesc type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyName
Returns the event property name.
Public propertyOptionalCastToType
Returns the class that the return value of the xpath expression is cast to, or null if no casting.
Public propertyOptionalEventTypeName
Returns the event type name assigned to the explicit property.
Public propertyType
Returns the XPathResultType representing the event property type.
Public propertyXPath
Returns the XPath expression.
Top
See Also