Click or drag to resize

HookAttribute Class

[Missing <summary> documentation for "T:com.espertech.esper.common.client.annotation.HookAttribute"]

Inheritance Hierarchy
SystemAttribute
  com.espertech.esper.common.client.annotationHookAttribute

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

The HookAttribute type exposes the following members.

Constructors
  NameDescription
Public methodHookAttribute
Initializes a new instance of the HookAttribute class
Top
Properties
  NameDescription
Public propertyHook
Returns the simple class name (using imports) or fully-qualified class name of the hook.
Public propertyHookType
Returns hook type.
Top
See Also