[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
This class represents one filter parameter in an net.esper.filter.FilterSpec filter specification.
Each filerting parameter has an attribute name and operator type.
The following tables list the members exposed by the FilterSpecParam type.
Public Methods
Name | Description | |
---|---|---|
![]() | Equals | (Overrides .Equals(Object).) |
![]() | GetFilterValue | Return the filter parameter constant to filter for. |
![]() | GetFilterValueClass | Return the filter parameter constant's class. |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Overrides .GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Overrides .ToString().) |
Protected Methods
Name | Description | |
---|---|---|
![]() | 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 Properties
Name | Description | |
---|---|---|
![]() | FilterOperator | Returns the filter operator type. |
![]() | PropertyName | Returns the property name for the filter parameter. |