Click or drag to resize

VirtualDataWindowKeyRange Class

Provides a range as a start and end value, for use as a parameter to the lookup values passed to the lookup method.

Consult for information on the type of range represented (open, closed, inverted etc.) .

Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.vdwVirtualDataWindowKeyRange

Namespace:  com.espertech.esper.common.client.hook.vdw
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class VirtualDataWindowKeyRange

The VirtualDataWindowKeyRange type exposes the following members.

Constructors
  NameDescription
Public methodVirtualDataWindowKeyRange
Ctor.
Top
Properties
  NameDescription
Public propertyEnd
Returns the end value of the range.
Public propertyStart
Returns the start value of the range.
Top
Methods
  NameDescription
Public methodEquals
Public methodGetHashCode
Public methodToString
Top
See Also