Click or drag to resize

PropertyType Class

Enumeration of property types.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.compatPropertyType

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
[FlagsAttribute]
public sealed class PropertyType : Enum

The PropertyType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberINDEXED
Indexed property.
Public fieldStatic memberMAPPED
Mapped property.
Public fieldStatic memberSIMPLE
Simple property.
Public fieldStatic memberUNDEFINED
Public fieldvalue__
Top
Extension Methods
See Also