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

Implements the dimension interface. Hold the data required for serving up dimension data.

Namespace: net.esper.view.stat.olap
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class DimensionImpl _
	Implements Dimension
C#
public sealed class DimensionImpl : Dimension
Visual C++
public ref class DimensionImpl sealed : Dimension

Inheritance Hierarchy

System.Object
  net.esper.view.stat.olap.DimensionImpl