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

All properties have a property name and this is the abstract base class that serves up the property name.

Namespace: net.esper.events.property
Assembly:   NEsper (in NEsper.dll)

Syntax

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

Inheritance Hierarchy