[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 any public methods, public fields, and public properties 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 PropertyListBuilderPublic _
	Implements PropertyListBuilder
C#
public class PropertyListBuilderPublic : PropertyListBuilder
Visual C++
public ref class PropertyListBuilderPublic : PropertyListBuilder

Inheritance Hierarchy

System.Object
  net.esper.events.property.PropertyListBuilderPublic