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

Sets explicit properties using a map of event property name and getter instance for each property.

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

Syntax

Visual Basic (Declaration)
Protected Sub SetExplicitProperties ( _
	explicitProperties As EDictionary(Of String, TypedEventPropertyGetter) _
)
C#
protected void SetExplicitProperties (
	EDictionary<string, TypedEventPropertyGetter> explicitProperties
)
Visual C++
protected:
void SetExplicitProperties (
	EDictionary<String^, TypedEventPropertyGetter^>^ explicitProperties
)

Parameters

explicitProperties
net.esper.compat.EDictionary<(Of K, V>)
is the preconfigured properties not implicit in the event type