Click or drag to resize

OutputTypeAttribute Class

Annotation for use with data flow operator forges to provide output type information
Inheritance Hierarchy
SystemAttribute
  com.espertech.esper.common.client.dataflow.annotationsOutputTypeAttribute

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

The OutputTypeAttribute type exposes the following members.

Constructors
  NameDescription
Public methodOutputTypeAttribute
Initializes a new instance of the OutputTypeAttribute class
Public methodOutputTypeAttribute(String)
Initializes a new instance of the OutputTypeAttribute class
Public methodOutputTypeAttribute(String, Type)
Initializes a new instance of the OutputTypeAttribute class
Top
Properties
Methods
  NameDescription
Public methodEquals(Object)
Returns a value that indicates whether this instance is equal to a specified object.
Public methodEquals(OutputTypeAttribute)
Public methodGetHashCode
Returns the hash code for this instance.
Top
See Also