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

Implementation for a property list builder that considers JavaBean-style methods as the exposed event properties, plus any explicitly configured props.

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

Syntax

Visual Basic (Declaration)
Public Class PropertyListBuilderNative _
	Implements PropertyListBuilder
C#
public class PropertyListBuilderNative : PropertyListBuilder
Visual C++
public ref class PropertyListBuilderNative : PropertyListBuilder

Inheritance Hierarchy

System.Object
  net.esper.events.property.PropertyListBuilderNative