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

Index for filter parameter constants for the range operators (range open/closed/half). The implementation is based on the SortedDictionary implementation of SortedDictionary and stores only expression parameter values of type DoubleRange.

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

Public Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MatchEvent
Matches the event.
(Overrides .MatchEvent(EventBean, IList<(Of FilterCallback>)).)
Put
Convenience method added for portability. Sets the value of the event evaluator for the given filterConstant.

Remove
Remove the event evaluation instance for the given constant. Returns true if the constant was found, or false if not. The calling class must make sure that access to the underlying resource is protected for multi-threaded writes, the ReadWriteLock method must supply a lock for this purpose.
(Overrides .Remove(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.)