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

Initializes a new instance of the AddPropertyValueView class.

Namespace: net.esper.view.std
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	fieldNames As String(), _
	mergeValues As Object() _
)
C#
public AddPropertyValueView (
	string[] fieldNames,
	Object[] mergeValues
)
Visual C++
public:
AddPropertyValueView (
	array<String^>^ fieldNames, 
	array<Object^>^ mergeValues
)

Parameters

fieldNames
System.String[]
is the name of the field that is added to any events received by this view.
mergeValues
System.Object[]
is the values of the field that is added to any events received by this view.