Click or drag to resize

AuditAttribute Class

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

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

The AuditAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAuditAttribute
Initializes a new instance of the AuditAttribute class.
Public methodAuditAttribute(String)
Initializes a new instance of the AuditAttribute class.
Top
Properties
  NameDescription
Public propertyValue
Comma-separated list of keywords (not case-sensitive), see AuditEnum for a list of keywords.
Top
See Also