Click or drag to resize

FragmentEventTypeIsNative Property

Returns true if the fragment is a native representation, i.e. a type.

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool IsNative { get; }

Property Value

Type: Boolean
indicator whether fragment is a type.
See Also