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

Creates an implementation for a builder considering the accessor style and code generation flags for a given class.

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

Syntax

Visual Basic (Declaration)
Public Shared Function CreateBuilder ( _
	optionalLegacyClassConfigs As ConfigurationEventTypeLegacy _
) As PropertyListBuilder
C#
public static PropertyListBuilder CreateBuilder (
	ConfigurationEventTypeLegacy optionalLegacyClassConfigs
)
Visual C++
public:
static PropertyListBuilder^ CreateBuilder (
	ConfigurationEventTypeLegacy^ optionalLegacyClassConfigs
)

Parameters

optionalLegacyClassConfigs
net.esper.client.ConfigurationEventTypeLegacy
configures how event property listy is build

Return Value

builder/introspector implementation