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

This class represents a filter parameter containing a reference to another event's property in the event pattern result, for use to describe a filter parameter in a net.esper.filter.FilterSpec filter specification.

The following tables list the members exposed by the FilterSpecParamEventProp type.

Public Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Overrides .Equals(Object).)
GetFilterValue
Return the filter parameter constant to filter for.
(Overrides .GetFilterValue(MatchedEventMap).)
GetFilterValueClass
Gets the filter value class.
(Overrides .GetFilterValueClass(EDictionary<(Of String, EventType>)).)
GetHashCode
Serves as a hash function for a particular type.
(Overrides .GetHashCode().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Overrides .ToString().)

Protected Methods

  NameDescription
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

Public Constructors

  NameDescription
FilterSpecParamEventPropNew
Constructor.

Public Properties

  NameDescription
FilterOperator
Returns the filter operator type.

PropertyName
Returns the property name for the filter parameter.

ResultEventAsName
Returns tag for result event.

ResultEventProperty
Returns the property of the result event.