Click or drag to resize

TagAttribute Class

Annotation for use in EPL statement to tag a statement with a name-value pair.
Inheritance Hierarchy
SystemAttribute
  com.espertech.esper.common.client.annotationTagAttribute

Namespace:  com.espertech.esper.common.client.annotation
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class TagAttribute : Attribute

The TagAttribute type exposes the following members.

Constructors
  NameDescription
Public methodTagAttribute
Initializes a new instance of the TagAttribute class.
Public methodTagAttribute(String, String)
Initializes a new instance of the TagAttribute class.
Top
Properties
  NameDescription
Public propertyName
Returns the tag name.
Public propertyValue
Returns the tag value.
Top
Methods
  NameDescription
Public methodToString
Returns a String that represents the current Object.
Top
See Also