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

Abstract class for literal values supplied in an event expression string and prepared expression values supplied by set methods.

Namespace: net.esper.type
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class PrimitiveValueBase _
	Implements PrimitiveValue
C#
public abstract class PrimitiveValueBase : PrimitiveValue
Visual C++
public ref class PrimitiveValueBase abstract : PrimitiveValue

Inheritance Hierarchy