Click or drag to resize

HintAttribute Constructor (String, String, AppliesTo)

Initializes a new instance of the HintAttribute class.

Namespace:  com.espertech.esper.common.client.annotation
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public HintAttribute(
	string value = "",
	string model = "",
	AppliesTo applies = 0
)

Parameters

value (Optional)
Type: SystemString
The value.
model (Optional)
Type: SystemString
The model.
applies (Optional)
Type: com.espertech.esper.common.client.annotationAppliesTo
What this hint applies to.
See Also