Click or drag to resize

DescriptionAttribute Class

Annotation for use in EPL statements to add a description.
Inheritance Hierarchy
SystemAttribute
  com.espertech.esper.common.client.annotationDescriptionAttribute

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

The DescriptionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodDescriptionAttribute
Initializes a new instance of the DescriptionAttribute class.
Public methodDescriptionAttribute(String)
Initializes a new instance of the DescriptionAttribute class.
Top
Properties
  NameDescription
Public propertyValue
Returns the description text.
Top
Methods
  NameDescription
Public methodToString
Returns a String that represents the current Object.
Top
See Also