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

This view simply adds a property to the events posted to it. This is useful for the group-merge views.

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class AddPropertyValueView _
	Inherits ViewSupport _
	Implements ContextAwareView
C#
public sealed class AddPropertyValueView : ViewSupport, ContextAwareView
Visual C++
public ref class AddPropertyValueView sealed : public ViewSupport, ContextAwareView

Inheritance Hierarchy

System.Object
  net.esper.view.ViewSupport
    net.esper.view.std.AddPropertyValueView